Unverified Commit 5d034685 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #258826 from johnchildren/tempo-darwin-support

tempo: enable darwin build
parents 52b3abb3 61894e23
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -38,6 +38,5 @@ buildGoModule rec {
    license = licenses.asl20;
    homepage = "https://grafana.com/oss/tempo/";
    maintainers = with maintainers; [ willibutz ];
    platforms = platforms.linux;
  };
}