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:
David McFarland 2017-05-23 10:35:33 -03:00
parent dd8d0e3000
commit 23efc95a74

View file

@ -15,10 +15,6 @@ stdenv.mkDerivation rec {
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.
makeFlags = "SHELL=/bin/sh GREP=grep";