mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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 ];
|
||||
|
||||
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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user