* php_unstable: caused nix-env to barf on FreeBSD.

svn path=/nixpkgs/trunk/; revision=11464
This commit is contained in:
Eelco Dolstra 2008-04-04 18:49:49 +00:00
parent 6fa8de41fa
commit 15a322f887

View File

@ -411,7 +411,7 @@ args:
# Extensions # Extensions
curl = { cfgOption = [ "--with-curl=${args.curl}" "--with-curlwrappers"]; pass = "curl";}; curl = { cfgOption = [ "--with-curl=${if args.curl != null then args.curl else throw "curl support in PHP not supported on this platform"}" "--with-curlwrappers"]; pass = "curl";};
zlib = { cfgOption = "--with-zlib=${args.zlib}"; pass = "zlib"; }; zlib = { cfgOption = "--with-zlib=${args.zlib}"; pass = "zlib"; };
libxml2 = { cfgOption = "--with-libxml-dir=\$libxml2"; libxml2 = { cfgOption = "--with-libxml-dir=\$libxml2";