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:
committed by
Vladimír Čunát
parent
34b6f1f18b
commit
b518598a40
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
buildInputs = [ xz.bin ];
|
nativeBuildInputs = [ xz.bin ];
|
||||||
|
|
||||||
preConfigure = if stdenv.isCygwin then ''
|
preConfigure = if stdenv.isCygwin then ''
|
||||||
sed -i lib/fpending.h -e 's,include <stdio_ext.h>,,'
|
sed -i lib/fpending.h -e 's,include <stdio_ext.h>,,'
|
||||||
|
|||||||
Reference in New Issue
Block a user