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:
parent
1858a39c9a
commit
77580d42ad
@ -146,7 +146,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
openssl = {
|
openssl = {
|
||||||
configureFlags = ["--with-openssl=${openssl}"];
|
configureFlags = ["--enable-openssl"];
|
||||||
buildInputs = [openssl];
|
buildInputs = [openssl];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user