Making w3m build with a newer boehm-gc

svn path=/nixpkgs/branches/stdenv-updates/; revision=23318
This commit is contained in:
Lluís Batlle i Rossell 2010-08-21 17:07:03 +00:00
parent bc0fab5793
commit 7d3e0c542c
1 changed files with 2 additions and 0 deletions

View File

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