guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 9fac86becfe8f61a7e144e049aae3529f41c59fd
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jun 13 07:52:41 2025 +0100
gnu: zabbix-agent2: Fix build.
* gnu/packages/monitoring.scm (zabbix-agent2) [native-inputs]: Remove
go; add go-1.21.
Change-Id: Id25e39703a1b774ed48138fc4da9454b0e693a03
---
gnu/packages/monitoring.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index 91000a2f7c..284d66a9c6 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -237,7 +237,7 @@ solution (client-side agent)")
(lambda _
(setenv "HOME" "/tmp"))))))
(native-inputs
- (list go pkg-config))
+ (list go-1.21 pkg-config))
(inputs
(list openssl pcre2 zlib))))