phpPackages.opentelemetry: fix builds on Darwin

This should fix https://github.com/NixOS/nixpkgs/issues/304809
Issue introduced in a399db4352
This commit is contained in:
Pol Dellaiera 2024-04-18 07:31:41 +02:00
parent 457c341784
commit 93a10e1b2d
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -15,6 +15,8 @@ in buildPecl rec {
sourceRoot = "${src.name}/ext";
env.NIX_CFLAGS_COMPILE = "-Wno-parentheses-equality";
doCheck = true;
meta = with lib; {