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-10-03 16:42:46 +02:00
committed by Vladimír Čunát
parent 1858a39c9a
commit 77580d42ad
@@ -146,7 +146,7 @@ let
};
openssl = {
configureFlags = ["--with-openssl=${openssl}"];
configureFlags = ["--enable-openssl"];
buildInputs = [openssl];
};