Merge pull request #304986 from drupol/php/fix-opentelemetry-on-darwin

phpExtensions.opentelemetry: fix builds on Darwin
This commit is contained in:
Pol Dellaiera
2024-04-19 07:02:48 +02:00
committed by GitHub
@@ -15,6 +15,8 @@ in buildPecl rec {
sourceRoot = "${src.name}/ext";
env.NIX_CFLAGS_COMPILE = "-Wno-parentheses-equality";
doCheck = true;
meta = with lib; {