cygwin: gzip fpending

This commit is contained in:
Florian Friesdorf 2014-10-23 20:10:49 +02:00 committed by Rok Garbas
parent 221b5a5be5
commit 6756d7cdf8

View file

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