1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

phlare: fix build

This commit is contained in:
Noa Aarts 2024-11-16 19:41:25 +01:00
parent 7e91f38847
commit 7cc6a148e8
No known key found for this signature in database
GPG key ID: 1850932741EFF672

View file

@ -1,10 +1,11 @@
{
lib,
buildGoModule,
buildGo122Module,
fetchFromGitHub,
}:
buildGoModule rec {
# breaks in go 1.23 with `invalid reference to runtime.aeskeysched`
# won't be fixed upstream since the repository is archived.
buildGo122Module rec {
pname = "phlare";
version = "0.6.1";