mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: zabbix-agentd: Update to 4.0.2.
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 4.0.2.
This commit is contained in:
parent
85c07cff9c
commit
f2f956010c
1 changed files with 4 additions and 2 deletions
|
@ -151,7 +151,7 @@ (define-public nagios
|
||||||
(define-public zabbix-agentd
|
(define-public zabbix-agentd
|
||||||
(package
|
(package
|
||||||
(name "zabbix-agentd")
|
(name "zabbix-agentd")
|
||||||
(version "3.4.11")
|
(version "4.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -160,7 +160,7 @@ (define-public zabbix-agentd
|
||||||
"/zabbix-" version ".tar.gz"))
|
"/zabbix-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qxgf6hx7ibhjmxd2sxizkjc8df4c9d31wz5hhql409ws98qf173"))))
|
"033qb4b9y02jp2ijj8ny0a0yk1mzj0a8ihxrv11h7ln8kpl55vqw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -220,6 +220,8 @@ (define-public zabbix-server
|
||||||
(string-append "--with-gnutls="
|
(string-append "--with-gnutls="
|
||||||
(assoc-ref %build-inputs "gnutls"))
|
(assoc-ref %build-inputs "gnutls"))
|
||||||
"--with-libcurl"
|
"--with-libcurl"
|
||||||
|
(string-append "--with-zlib="
|
||||||
|
(assoc-ref %build-inputs "zlib"))
|
||||||
,flags))))
|
,flags))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("curl" ,curl)
|
`(("curl" ,curl)
|
||||||
|
|
Loading…
Reference in a new issue