w3m: remove old cygwin patch

wip/yesman
David McFarland 7 years ago
parent 504f11bbab
commit f254af9c19
  1. 1710
      pkgs/applications/networking/browsers/w3m/cygwin.patch
  2. 3
      pkgs/applications/networking/browsers/w3m/default.nix

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…
Cancel
Save