mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
libunwind: propagate xz
This commit is contained in:
parent
ae4ded3a5c
commit
e16d2b7e03
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "16nhx2pahh9d62mvszc88q226q5lwjankij276fxwrm8wb50zzlx";
|
||||
};
|
||||
|
||||
buildInputs = [ xz ];
|
||||
propagatedBuildInputs = [ xz ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = if stdenv.system == "x86_64-linux" then "-fPIC" else "";
|
||||
preInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user