Merge pull request #101840 from sikmir/php

php: fix on darwin
This commit is contained in:
Elis Hirwing 2020-11-04 06:59:32 +01:00 committed by GitHub
commit 18723740d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ let
, embedSupport ? false , embedSupport ? false
, ipv6Support ? true , ipv6Support ? true
, systemdSupport ? stdenv.isLinux , systemdSupport ? stdenv.isLinux
, valgrindSupport ? true , valgrindSupport ? !stdenv.isDarwin
, ztsSupport ? apxs2Support , ztsSupport ? apxs2Support
}@args: }@args:
let let