mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
grafana: fix build
Grafana 11.2 doesn't work with Go 1.23, so revert to 1.22. This can be undone once we upgrade to a version containing https://github.com/grafana/grafana/pull/92055, presumably grafana 11.3.
This commit is contained in:
parent
27e693e46c
commit
1859c5139d
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, buildGoModule, fetchFromGitHub, removeReferencesTo
|
||||
{ lib, stdenv, buildGo122Module, fetchFromGitHub, removeReferencesTo
|
||||
, tzdata, wire
|
||||
, yarn, nodejs, python3, cacert
|
||||
, jq, moreutils
|
||||
@ -6,7 +6,8 @@
|
||||
, faketty
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
# TODO: Go back to using buildGoModule when upgrading to grafana 11.3.
|
||||
buildGo122Module rec {
|
||||
pname = "grafana";
|
||||
version = "11.2.1";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user