summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@gmail.com>2020-10-27 13:24:20 +0300
committerNikolay Korotkiy <sikmir@gmail.com>2020-10-27 13:24:20 +0300
commite300f0fd6959227843a49efb48005aa5ba460fa5 (patch)
tree8be2403e3189c4b911df769c4a739a59d481bd00 /pkgs
parentaa7977af2c0468eb4ab91cf9144564a70a1f08c8 (diff)
downloadnixpkgs-e300f0fd6959227843a49efb48005aa5ba460fa5.tar
nixpkgs-e300f0fd6959227843a49efb48005aa5ba460fa5.tar.gz
nixpkgs-e300f0fd6959227843a49efb48005aa5ba460fa5.tar.bz2
nixpkgs-e300f0fd6959227843a49efb48005aa5ba460fa5.tar.lz
nixpkgs-e300f0fd6959227843a49efb48005aa5ba460fa5.tar.xz
nixpkgs-e300f0fd6959227843a49efb48005aa5ba460fa5.tar.zst
nixpkgs-e300f0fd6959227843a49efb48005aa5ba460fa5.zip
php: fix on darwin
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/interpreters/php/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/php/default.nix b/pkgs/development/interpreters/php/default.nix
index dd296eb10d8..ff938869917 100644
--- a/pkgs/development/interpreters/php/default.nix
+++ b/pkgs/development/interpreters/php/default.nix
@@ -29,7 +29,7 @@ let
     , embedSupport ? false
     , ipv6Support ? true
     , systemdSupport ? stdenv.isLinux
-    , valgrindSupport ? true
+    , valgrindSupport ? !stdenv.isDarwin
     , ztsSupport ? apxs2Support
     }@args:
       let