diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-27 14:27:01 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-27 14:28:35 +0000 |
| commit | 29cc182c3571df423ec298044f02f07106cb91d9 (patch) | |
| tree | 07d8d1153fd031781a1be869bab63ec5a81b7d33 /gnu | |
| parent | 71b6f340450f080147b3846d640afd5ce54b2f76 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/monitoring.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm index ee2d270ce9b..c815a2a28ae 100644 --- a/gnu/packages/monitoring.scm +++ b/gnu/packages/monitoring.scm @@ -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)))) |
