mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
php81Extensions.opcache: fix compile on zts build
This commit is contained in:
parent
d7c364c880
commit
7e25c39809
1 changed files with 1 additions and 0 deletions
|
@ -478,6 +478,7 @@ lib.makeScope pkgs.newScope (self: with self; {
|
|||
lib.optional
|
||||
(!stdenv.isDarwin && lib.meta.availableOn stdenv.hostPlatform valgrind)
|
||||
valgrind.dev;
|
||||
configureFlags = lib.optional php.ztsSupport "--disable-opcache-jit";
|
||||
zendExtension = true;
|
||||
postPatch = lib.optionalString stdenv.isDarwin ''
|
||||
# Tests are flaky on darwin
|
||||
|
|
Loading…
Reference in a new issue