mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
libunwind: enable structuredAttrs, use tag
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
src = fetchFromGitHub {
|
||||
owner = "libunwind";
|
||||
repo = "libunwind";
|
||||
rev = "v${finalAttrs.version}";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-ed+FUPApDxNHxznXMhiTeNr8yRxRDSCyJJdIhouGNho=";
|
||||
};
|
||||
|
||||
@@ -66,6 +66,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
versionCheck = true;
|
||||
};
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
meta = {
|
||||
homepage = "https://www.nongnu.org/libunwind";
|
||||
description = "Portable and efficient API to determine the call-chain of a program";
|
||||
|
||||
Reference in New Issue
Block a user