mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* 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
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ composableDerivation {} ( fixed : {
|
|||
apxs2Support = true;
|
||||
bcmathSupport = true;
|
||||
socketsSupport = true;
|
||||
curlSupport = true;
|
||||
curlSupport = false;
|
||||
gettextSupport = true;
|
||||
postgresqlSupport = true;
|
||||
zlibSupport = true;
|
||||
|
|
Loading…
Reference in a new issue