mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
php: fix pr review comments
This commit is contained in:
parent
b336be90cc
commit
61ce404598
|
@ -20,7 +20,7 @@ let
|
|||
enableParallelBuilding = true;
|
||||
|
||||
buildInputs = [ flex bison pkgconfig ]
|
||||
++ lib.optional stdenv.isLinux [systemd ];
|
||||
++ lib.optional stdenv.isLinux systemd;
|
||||
|
||||
configureFlags = [
|
||||
"EXTENSION_DIR=$(out)/lib/php/extensions"
|
||||
|
|
Loading…
Reference in a new issue