forked from mirrors/nixpkgs
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:
parent
34b6f1f18b
commit
b518598a40
1 changed files with 1 additions and 1 deletions
|
@ -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>,,'
|
||||
|
|
Loading…
Add table
Reference in a new issue