forked from mirrors/nixpkgs
w3m: remove old cygwin patch
This commit is contained in:
parent
504f11bbab
commit
f254af9c19
File diff suppressed because it is too large
Load diff
|
@ -38,8 +38,7 @@ stdenv.mkDerivation rec {
|
|||
url = "https://aur.archlinux.org/cgit/aur.git/plain/https.patch?h=w3m-mouse&id=5b5f0fbb59f674575e87dd368fed834641c35f03";
|
||||
sha256 = "08skvaha1hjyapsh8zw5dgfy433mw2hk7qy9yy9avn8rjqj7kjxk";
|
||||
})
|
||||
] ++ optional (graphicsSupport && !x11Support) [ ./no-x11.patch ]
|
||||
++ optional stdenv.isCygwin ./cygwin.patch;
|
||||
] ++ optional (graphicsSupport && !x11Support) [ ./no-x11.patch ];
|
||||
|
||||
buildInputs = [ pkgconfig ncurses boehmgc gettext zlib ]
|
||||
++ optional sslSupport openssl
|
||||
|
|
Loading…
Reference in a new issue