php: fix pr review comments
This commit is contained in:
parent
b336be90cc
commit
61ce404598
@ -20,7 +20,7 @@ let
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
buildInputs = [ flex bison pkgconfig ]
|
buildInputs = [ flex bison pkgconfig ]
|
||||||
++ lib.optional stdenv.isLinux [systemd ];
|
++ lib.optional stdenv.isLinux systemd;
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"EXTENSION_DIR=$(out)/lib/php/extensions"
|
"EXTENSION_DIR=$(out)/lib/php/extensions"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user