* Revert the setup hook changes on the trunk (but they remain on the

stdenv-updates branch).

svn path=/nixpkgs/trunk/; revision=9652
This commit is contained in:
Eelco Dolstra
2007-11-12 13:51:46 +00:00
parent 93ce7c7a69
commit 7a424b47f6
11 changed files with 42 additions and 30 deletions
@@ -8,11 +8,7 @@ stdenv.mkDerivation {
sha256 = "c10e657fbd884eae4f01b91b32407bbfcbcae0ad5017fb24ea365aebc71d2af1";
};
preConfigure = "
touch config.log ; rm /tmp/elinks.config.log; ln -f config.log /tmp/elinks.config.log";
buildInputs = [python perl ncurses x11 bzip2 zlib openssl spidermonkey guile
libtool];
buildInputs = [python perl ncurses x11 bzip2 zlib openssl spidermonkey guile];
configureFlags = "--enable-finger --enable-html-highlight --with-guile
--with-perl --with-python --enable-gopher --enable-cgi --enable-bittorrent
--enable-nntp --with-openssl=${openssl}";