lol

cygwin: gzip fpending

authored by

Florian Friesdorf and committed by
Rok Garbas
6756d7cd 221b5a5b

+4
+4
pkgs/tools/compression/gzip/default.nix
··· 10 10 11 11 enableParallelBuilding = true; 12 12 13 + preConfigure = if stdenv.isCygwin then '' 14 + sed -i lib/fpending.h -e 's,include <stdio_ext.h>,,' 15 + '' else null; 16 + 13 17 # In stdenv-linux, prevent a dependency on bootstrap-tools. 14 18 makeFlags = "SHELL=/bin/sh GREP=grep"; 15 19