Making w3m build with a newer boehm-gc
svn path=/nixpkgs/branches/stdenv-updates/; revision=23318
This commit is contained in:
parent
bc0fab5793
commit
7d3e0c542c
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue