mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
php: fix darwin build
This commit is contained in:
parent
80224ed1d1
commit
b336be90cc
@ -19,7 +19,8 @@ let
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
buildInputs = [ flex bison pkgconfig systemd ];
|
||||
buildInputs = [ flex bison pkgconfig ]
|
||||
++ lib.optional stdenv.isLinux [systemd ];
|
||||
|
||||
configureFlags = [
|
||||
"EXTENSION_DIR=$(out)/lib/php/extensions"
|
||||
|
Loading…
Reference in New Issue
Block a user