mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
reenable curl support for php
-lssl was missing svn path=/nixpkgs/trunk/; revision=15327
This commit is contained in:
parent
e037b8ad2c
commit
761e653515
|
@ -25,7 +25,7 @@ composableDerivation {} ( fixed : {
|
|||
|
||||
curl = {
|
||||
configureFlags = ["--with-curl=${args.curl}" "--with-curlwrappers"];
|
||||
buildInputs = [curl];
|
||||
buildInputs = [curl openssl];
|
||||
};
|
||||
|
||||
zlib = {
|
||||
|
@ -112,7 +112,7 @@ composableDerivation {} ( fixed : {
|
|||
apxs2Support = true;
|
||||
bcmathSupport = true;
|
||||
socketsSupport = true;
|
||||
curlSupport = false;
|
||||
curlSupport = true;
|
||||
gettextSupport = true;
|
||||
postgresqlSupport = true;
|
||||
zlibSupport = true;
|
||||
|
|
Loading…
Reference in a new issue