summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/w3m/default.nix
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-08-21 17:07:03 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-08-21 17:07:03 +0000
commit7d3e0c542c80233df8e2b8873f5a63522c540d04 (patch)
tree91317724d0fc4239a3c06f2a64a29cf1991bb134 /pkgs/applications/networking/browsers/w3m/default.nix
parentbc0fab579328b5c7a35ca96b959436ecb5fe1f52 (diff)
downloadnixlib-7d3e0c542c80233df8e2b8873f5a63522c540d04.tar
nixlib-7d3e0c542c80233df8e2b8873f5a63522c540d04.tar.gz
nixlib-7d3e0c542c80233df8e2b8873f5a63522c540d04.tar.bz2
nixlib-7d3e0c542c80233df8e2b8873f5a63522c540d04.tar.lz
nixlib-7d3e0c542c80233df8e2b8873f5a63522c540d04.tar.xz
nixlib-7d3e0c542c80233df8e2b8873f5a63522c540d04.tar.zst
nixlib-7d3e0c542c80233df8e2b8873f5a63522c540d04.zip
Making w3m build with a newer boehm-gc
svn path=/nixpkgs/branches/stdenv-updates/; revision=23318
Diffstat (limited to 'pkgs/applications/networking/browsers/w3m/default.nix')
-rw-r--r--pkgs/applications/networking/browsers/w3m/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/w3m/default.nix b/pkgs/applications/networking/browsers/w3m/default.nix
index 95ed08d8834c..a472bd69c84b 100644
--- a/pkgs/applications/networking/browsers/w3m/default.nix
+++ b/pkgs/applications/networking/browsers/w3m/default.nix
@@ -16,6 +16,8 @@ stdenv.mkDerivation {
     md5 = "ba06992d3207666ed1bf2dcf7c72bf58";
   };
 
+  patches = [ ./newgc.patch ];
+
   buildInputs = [ncurses boehmgc gettext zlib]
     ++ stdenv.lib.optional sslSupport openssl
     ++ stdenv.lib.optionals graphicsSupport [imlib2 x11];