···22 patches = [ ./glibc214.patch ]
23 # Patch for the newer unstable boehm-gc 7.2alpha. Not all platforms use that
24 # alpha. At the time of writing this, boehm-gc-7.1 is the last stable.
25- ++ stdenv.lib.optional (boehmgc.name != "boehm-gc-7.1") [ ./newgc.patch ];
02627 buildInputs = [ncurses boehmgc gettext zlib]
28 ++ stdenv.lib.optional sslSupport openssl
···22 patches = [ ./glibc214.patch ]
23 # Patch for the newer unstable boehm-gc 7.2alpha. Not all platforms use that
24 # alpha. At the time of writing this, boehm-gc-7.1 is the last stable.
25+ ++ stdenv.lib.optional (boehmgc.name != "boehm-gc-7.1") [ ./newgc.patch ]
26+ ++ stdenv.lib.optional stdenv.isCygwin ./cygwin.patch;
2728 buildInputs = [ncurses boehmgc gettext zlib]
29 ++ stdenv.lib.optional sslSupport openssl