gzip: xz.bin should be native input---accidentally worked because bin (#21887)

Otherwise http://hydra.nixos.org/build/46501984/nixlog/2
This commit is contained in:
John Ericson 2017-01-14 13:21:10 -05:00 committed by Vladimír Čunát
parent 34b6f1f18b
commit b518598a40

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
buildInputs = [ xz.bin ];
nativeBuildInputs = [ xz.bin ];
preConfigure = if stdenv.isCygwin then ''
sed -i lib/fpending.h -e 's,include <stdio_ext.h>,,'