forked from mirrors/nixpkgs
* Disable curl support in PHP - it breaks for some reason.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15263
This commit is contained in:
parent
564d96042a
commit
686ed295da
|
@ -112,7 +112,7 @@ composableDerivation {} ( fixed : {
|
||||||
apxs2Support = true;
|
apxs2Support = true;
|
||||||
bcmathSupport = true;
|
bcmathSupport = true;
|
||||||
socketsSupport = true;
|
socketsSupport = true;
|
||||||
curlSupport = true;
|
curlSupport = false;
|
||||||
gettextSupport = true;
|
gettextSupport = true;
|
||||||
postgresqlSupport = true;
|
postgresqlSupport = true;
|
||||||
zlibSupport = true;
|
zlibSupport = true;
|
||||||
|
|
Loading…
Reference in a new issue