mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
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
@ -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…
Reference in New Issue
Block a user