php81Extensions.opcache: fix compile on zts build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user