opentelemetry-cpp: build on Darwin

This commit is contained in:
Yueh-Shun Li
2025-10-30 21:59:06 +08:00
parent c1c16ac97a
commit 22a405b9dd

View File

@@ -100,7 +100,7 @@ stdenv.mkDerivation (finalAttrs: {
jfroche jfroche
panicgh panicgh
]; ];
platforms = lib.platforms.linux; platforms = lib.platforms.all;
# https://github.com/protocolbuffers/protobuf/issues/14492 # https://github.com/protocolbuffers/protobuf/issues/14492
broken = !(stdenv.buildPlatform.canExecute stdenv.hostPlatform); broken = !(stdenv.buildPlatform.canExecute stdenv.hostPlatform);
}; };