me
/
guix
Archived
1
0
Fork 0

gnu: zabbix-server: Remove duplicate input.

* gnu/packages/monitoring.scm (zabbix-server)[inputs]: Remove CURL.
Marius Bakke 2022-01-26 09:27:59 +01:00
parent ed04a61e0b
commit 440ad14128
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 3 deletions

View File

@ -237,10 +237,9 @@ solution (client-side agent)")
(prepend curl
libevent
gnutls
postgresql
zlib
net-snmp
curl)))
postgresql
zlib)))
(synopsis "Distributed monitoring solution (server-side)")
(description "This package provides a distributed monitoring
solution (server-side)")))