3
0
Fork 0
forked from mirrors/nixpkgs

cygwin: w3m

This commit is contained in:
Marko Durkovic 2014-10-24 00:48:06 +02:00 committed by Rok Garbas
parent feef088b39
commit d917f8c7c9
2 changed files with 1712 additions and 1 deletions

File diff suppressed because it is too large Load diff

View file

@ -22,7 +22,8 @@ stdenv.mkDerivation rec {
patches = [ ./glibc214.patch ]
# Patch for the newer unstable boehm-gc 7.2alpha. Not all platforms use that
# alpha. At the time of writing this, boehm-gc-7.1 is the last stable.
++ stdenv.lib.optional (boehmgc.name != "boehm-gc-7.1") [ ./newgc.patch ];
++ stdenv.lib.optional (boehmgc.name != "boehm-gc-7.1") [ ./newgc.patch ]
++ stdenv.lib.optional stdenv.isCygwin ./cygwin.patch;
buildInputs = [ncurses boehmgc gettext zlib]
++ stdenv.lib.optional sslSupport openssl