php: fix broken build inputs (ZHF)
This commit is contained in:
parent
feac3e6777
commit
22fce48371
@ -18,7 +18,7 @@ composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed)
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
buildInputs = ["flex" "bison" "pkgconfig"];
|
buildInputs = [ flex bison pkgconfig ];
|
||||||
|
|
||||||
flags = {
|
flags = {
|
||||||
|
|
||||||
@ -146,7 +146,7 @@ composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed)
|
|||||||
|
|
||||||
openssl = {
|
openssl = {
|
||||||
configureFlags = ["--with-openssl=${openssl}"];
|
configureFlags = ["--with-openssl=${openssl}"];
|
||||||
buildInputs = ["openssl"];
|
buildInputs = [openssl];
|
||||||
};
|
};
|
||||||
|
|
||||||
mbstring = {
|
mbstring = {
|
||||||
|
Loading…
Reference in New Issue
Block a user