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; 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 = {