* Better purity.
svn path=/nixpkgs/trunk/; revision=3841
This commit is contained in:
parent
4f372e9352
commit
5395da12ec
2 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
. $stdenv/setup
|
||||
|
||||
configureFlags="--with-ssl=$openssl $configureFlags"
|
||||
#export CFLAGS="-I$ncurses/include/ncurses"
|
||||
configureFlags="--with-ssl=$openssl --with-gc=$boehmgc $configureFlags"
|
||||
|
||||
genericBuild
|
||||
|
|
|
@ -11,6 +11,6 @@ stdenv.mkDerivation {
|
|||
url = http://surfnet.dl.sourceforge.net/sourceforge/w3m/w3m-0.5.1.tar.gz;
|
||||
md5 = "0678b72e07e69c41709d71ef0fe5da13";
|
||||
};
|
||||
inherit ncurses openssl;
|
||||
inherit openssl boehmgc;
|
||||
buildInputs = [ncurses (if sslSupport then openssl else null) boehmgc gettext];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue