Merge pull request #77 from rizsotto/master

w3m package fix
This commit is contained in:
Peter Simons 2012-08-01 03:46:26 -07:00
commit 1480737d0f

View file

@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
configureFlags = "--with-ssl=${openssl} --with-gc=${boehmgc}";
preConfigure = ''
substituteInPlace ./configure --replace "/lib /usr/lib /usr/local/lib /usr/ucblib /usr/ccslib /usr/ccs/lib /lib64 /usr/lib64" /no-such-path
substituteInPlace ./configure --replace /usr /no-such-path
'';