opentelemetry-cpp: build on MacOS (#456996)

This commit is contained in:
Yueh-Shun Li
2025-11-03 10:52:29 +00:00
committed by GitHub
@@ -100,7 +100,7 @@ stdenv.mkDerivation (finalAttrs: {
jfroche
panicgh
];
platforms = lib.platforms.linux;
platforms = lib.platforms.all;
# https://github.com/protocolbuffers/protobuf/issues/14492
broken = !(stdenv.buildPlatform.canExecute stdenv.hostPlatform);
};