libunwind: propagate xz

This commit is contained in:
Evgeny Egorochkin 2013-12-21 10:48:53 +02:00
parent ae4ded3a5c
commit e16d2b7e03

View File

@ -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 = ''