1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

php: Enable SSL via buildInputs

The old way doesn't seem to work with multiple outputs.
TODO: this seems to be a recurring pattern with openssl, maybe the
splitting isn't done correctly?
This commit is contained in:
Tuomas Tynkkynen 2015-08-24 17:07:41 +03:00 committed by Vladimír Čunát
parent 1858a39c9a
commit 77580d42ad

View file

@ -146,7 +146,7 @@ let
};
openssl = {
configureFlags = ["--with-openssl=${openssl}"];
configureFlags = ["--enable-openssl"];
buildInputs = [openssl];
};