mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-06-17 17:51:45 +02:00
reformatting and cleaning repo
This commit is contained in:
parent
263fc568f0
commit
dd9a55f327
42 changed files with 10407 additions and 11840 deletions
|
@ -17,8 +17,6 @@
|
|||
(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))
|
||||
;; 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")
|
||||
|
@ -34,8 +32,6 @@
|
|||
(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))
|
||||
;; 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")
|
||||
|
@ -51,8 +47,6 @@
|
|||
(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))
|
||||
;; 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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue