* Disable curl support in PHP - it breaks for some reason.

svn path=/nixpkgs/branches/stdenv-updates/; revision=15263
This commit is contained in:
Eelco Dolstra 2009-04-23 09:56:15 +00:00
parent 564d96042a
commit 686ed295da

View File

@ -112,7 +112,7 @@ composableDerivation {} ( fixed : {
apxs2Support = true;
bcmathSupport = true;
socketsSupport = true;
curlSupport = true;
curlSupport = false;
gettextSupport = true;
postgresqlSupport = true;
zlibSupport = true;