php: fix broken build inputs (ZHF)

This commit is contained in:
Luca Bruno 2015-07-01 12:31:01 +02:00
parent feac3e6777
commit 22fce48371

View file

@ -18,7 +18,7 @@ composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed)
enableParallelBuilding = true;
buildInputs = ["flex" "bison" "pkgconfig"];
buildInputs = [ flex bison pkgconfig ];
flags = {
@ -146,7 +146,7 @@ composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed)
openssl = {
configureFlags = ["--with-openssl=${openssl}"];
buildInputs = ["openssl"];
buildInputs = [openssl];
};
mbstring = {