From 0a50f8cc6a57b14b73f838b3c1e9177705bead55 Mon Sep 17 00:00:00 2001 From: LluĂ­s Batlle i Rossell Date: Thu, 2 Sep 2010 20:09:27 +0000 Subject: Fixing the w3m build on non-mips (this may allow having the 'tarball' built) svn path=/nixpkgs/branches/stdenv-updates/; revision=23604 --- pkgs/applications/networking/browsers/w3m/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/networking/browsers/w3m/default.nix b/pkgs/applications/networking/browsers/w3m/default.nix index a472bd69c84bf..6844e582026c0 100644 --- a/pkgs/applications/networking/browsers/w3m/default.nix +++ b/pkgs/applications/networking/browsers/w3m/default.nix @@ -16,7 +16,9 @@ stdenv.mkDerivation { md5 = "ba06992d3207666ed1bf2dcf7c72bf58"; }; - patches = [ ./newgc.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. + patches = stdenv.lib.optional (boehmgc.name != "boehm-gc-7.1") [ ./newgc.patch ]; buildInputs = [ncurses boehmgc gettext zlib] ++ stdenv.lib.optional sslSupport openssl -- cgit 1.4.1