Fixing the w3m build on non-mips (this may allow having the 'tarball' built)
svn path=/nixpkgs/branches/stdenv-updates/; revision=23604
This commit is contained in:
parent
488d9103a7
commit
0a50f8cc6a
|
@ -16,7 +16,9 @@ stdenv.mkDerivation {
|
||||||
md5 = "ba06992d3207666ed1bf2dcf7c72bf58";
|
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]
|
buildInputs = [ncurses boehmgc gettext zlib]
|
||||||
++ stdenv.lib.optional sslSupport openssl
|
++ stdenv.lib.optional sslSupport openssl
|
||||||
|
|
Loading…
Reference in New Issue