gzip: remove cygwin hack
The file being patched doesn't exist any more, and gzip now builds on cygwin without this.
This commit is contained in:
parent
dd8d0e3000
commit
23efc95a74
@ -15,10 +15,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ xz.bin ];
|
nativeBuildInputs = [ xz.bin ];
|
||||||
|
|
||||||
preConfigure = if stdenv.isCygwin then ''
|
|
||||||
sed -i lib/fpending.h -e 's,include <stdio_ext.h>,,'
|
|
||||||
'' else null;
|
|
||||||
|
|
||||||
# In stdenv-linux, prevent a dependency on bootstrap-tools.
|
# In stdenv-linux, prevent a dependency on bootstrap-tools.
|
||||||
makeFlags = "SHELL=/bin/sh GREP=grep";
|
makeFlags = "SHELL=/bin/sh GREP=grep";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user