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];
};