upstream zabbix is now able to cope with 2.17 timescaledb.

This commit is contained in:
Yann Dupont 2025-02-03 11:53:44 +01:00
parent 25e445e8c1
commit ee08271a71
2 changed files with 3 additions and 16 deletions

View file

@ -17,7 +17,9 @@
(method url-fetch)
(uri (string-append "https://cdn.zabbix.com/zabbix/sources/stable/" (version-major+minor version) "/zabbix-" version ".tar.gz"))
(sha256 (base32 %zabbix-hash))
(patches (search-patches "glicid/packages/patches/glicid-zabbix-timescaledb-2.17.patch"))
;; YD upstream now able to cope with 2.17 timescaledb
;; (patches (search-patches "glicid/packages/patches/glicid-zabbix-timescaledb-2.17.patch"))
;;
(modules '((guix build utils)))
(snippet
'(substitute* '("src/zabbix_proxy/proxy.c" "src/zabbix_server/server.c")