libunwind: propagate xz
This commit is contained in:
parent
ae4ded3a5c
commit
e16d2b7e03
|
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "16nhx2pahh9d62mvszc88q226q5lwjankij276fxwrm8wb50zzlx";
|
sha256 = "16nhx2pahh9d62mvszc88q226q5lwjankij276fxwrm8wb50zzlx";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ xz ];
|
propagatedBuildInputs = [ xz ];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = if stdenv.system == "x86_64-linux" then "-fPIC" else "";
|
NIX_CFLAGS_COMPILE = if stdenv.system == "x86_64-linux" then "-fPIC" else "";
|
||||||
preInstall = ''
|
preInstall = ''
|
||||||
|
|
Loading…
Reference in New Issue