cygwin: w3m
This commit is contained in:
parent
feef088b39
commit
d917f8c7c9
1710
pkgs/applications/networking/browsers/w3m/cygwin.patch
Normal file
1710
pkgs/applications/networking/browsers/w3m/cygwin.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -22,7 +22,8 @@ stdenv.mkDerivation rec {
|
|||||||
patches = [ ./glibc214.patch ]
|
patches = [ ./glibc214.patch ]
|
||||||
# Patch for the newer unstable boehm-gc 7.2alpha. Not all platforms use that
|
# 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.
|
# 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]
|
buildInputs = [ncurses boehmgc gettext zlib]
|
||||||
++ stdenv.lib.optional sslSupport openssl
|
++ stdenv.lib.optional sslSupport openssl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user