lol

Merge pull request #19655 from periklis/topic_php_darwin

php: fix darwin build

authored by

Domen Kožar and committed by
GitHub
306a8d9e dba626e1

+2 -1
+2 -1
pkgs/development/interpreters/php/default.nix
··· 19 19 20 20 enableParallelBuilding = true; 21 21 22 - buildInputs = [ flex bison pkgconfig systemd ]; 22 + buildInputs = [ flex bison pkgconfig ] 23 + ++ lib.optional stdenv.isLinux systemd; 23 24 24 25 configureFlags = [ 25 26 "EXTENSION_DIR=$(out)/lib/php/extensions"