1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: zabbix-agent2: Use default go (go-1.24).

* gnu/packages/monitoring.scm (zabbix-agent2)[native-inputs]: Remove
go-1.23; add go.

Change-Id: Ie79576a6c48e6fc4f5c63dfd6ce02afd7565eb55
This commit is contained in:
Sharlatan Hellseher
2026-03-27 14:27:01 +00:00
parent 71b6f34045
commit 29cc182c35

View File

@@ -621,7 +621,7 @@ solution (client-side agent)")
(lambda _
(setenv "HOME" "/tmp"))))))
(native-inputs
(list go-1.23 pkg-config))
(list go pkg-config))
(inputs
(list openssl pcre2 zlib))))