Added OpenSSL gmp propagation; libtool dependency to elinks

svn path=/nixpkgs/trunk/; revision=9646
This commit is contained in:
Michael Raskin
2007-11-11 20:35:21 +00:00
parent 16b44ea14d
commit b39c62675d
3 changed files with 9 additions and 4 deletions
@@ -8,7 +8,11 @@ stdenv.mkDerivation {
sha256 = "c10e657fbd884eae4f01b91b32407bbfcbcae0ad5017fb24ea365aebc71d2af1";
};
buildInputs = [python perl ncurses x11 bzip2 zlib openssl spidermonkey guile];
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];
configureFlags = "--enable-finger --enable-html-highlight --with-guile
--with-perl --with-python --enable-gopher --enable-cgi --enable-bittorrent
--enable-nntp --with-openssl=${openssl}";