w3m: remove old cygwin patch

This commit is contained in:
David McFarland 2017-05-23 10:35:47 -03:00
parent 504f11bbab
commit f254af9c19
2 changed files with 1 additions and 1712 deletions

File diff suppressed because it is too large Load diff

View file

@ -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