cygwin: gzip fpending
This commit is contained in:
parent
221b5a5be5
commit
6756d7cdf8
@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
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