keepalived is now in cluster.scm

This commit is contained in:
Yann Dupont 2021-10-25 16:04:29 +02:00
parent 832a0052ae
commit 5cc0109030
2 changed files with 138 additions and 34 deletions

View file

@ -441,40 +441,6 @@
)
(define-public glicid-keepalived
(package
(inherit keepalived)
(name "glicid-keepalived")
(version "2.1.5")
(source (origin
(method url-fetch)
(uri (string-append
"http://www.keepalived.org/software/keepalived-"
version ".tar.gz"))
(sha256
(base32
"0n92fdlmm251scq2j7w1nqwly8jsla4sxrd0jnfb6nn9qp5pqkfr"))))
(arguments
`(#:configure-flags
(list (string-append "--enable-snmp")
(string-append "--enable-snmp-checker")
(string-append "--enable-snmp-rfc")
)
)
)
(inputs `(("net-snmp", net-snmp)
,@(package-inputs keepalived)))
)
)
(define-public glicid-motif
(package
(name "glicid-motif")