From 61894e23d6632e7159625a8777e83315f05a74c2 Mon Sep 17 00:00:00 2001 From: John Children Date: Tue, 3 Oct 2023 16:21:13 +0100 Subject: [PATCH] tempo: enable darwin build Tempo publishes releases for both amd64 and arm64 darwin so should not be an issue to build for this platform. --- pkgs/servers/tracing/tempo/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/servers/tracing/tempo/default.nix b/pkgs/servers/tracing/tempo/default.nix index 8681e704130e..2a992d01ad6a 100644 --- a/pkgs/servers/tracing/tempo/default.nix +++ b/pkgs/servers/tracing/tempo/default.nix @@ -38,6 +38,5 @@ buildGoModule rec { license = licenses.asl20; homepage = "https://grafana.com/oss/tempo/"; maintainers = with maintainers; [ willibutz ]; - platforms = platforms.linux; }; }