mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10: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:
@@ -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))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user