mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
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 ]
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user