Loading pkgs/by-name/op/opentelemetry-cpp/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,10 @@ stdenv.mkDerivation (finalAttrs: { description = "OpenTelemetry C++ Client Library"; homepage = "https://github.com/open-telemetry/opentelemetry-cpp"; license = [ lib.licenses.asl20 ]; maintainers = with lib.maintainers; [ jfroche ]; maintainers = with lib.maintainers; [ jfroche panicgh ]; platforms = lib.platforms.linux; # https://github.com/protocolbuffers/protobuf/issues/14492 broken = !(stdenv.buildPlatform.canExecute stdenv.hostPlatform); Loading Loading
pkgs/by-name/op/opentelemetry-cpp/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,10 @@ stdenv.mkDerivation (finalAttrs: { description = "OpenTelemetry C++ Client Library"; homepage = "https://github.com/open-telemetry/opentelemetry-cpp"; license = [ lib.licenses.asl20 ]; maintainers = with lib.maintainers; [ jfroche ]; maintainers = with lib.maintainers; [ jfroche panicgh ]; platforms = lib.platforms.linux; # https://github.com/protocolbuffers/protobuf/issues/14492 broken = !(stdenv.buildPlatform.canExecute stdenv.hostPlatform); Loading