This commit is contained in:
Yann Dupont 2021-10-27 09:50:35 +02:00
parent e97ef4a54c
commit 029e41f491

View file

@ -96,39 +96,6 @@
;;;;;;;;
(define-public keepalived-2.1.5
(package
(inherit 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 keepalived-2.2.4
(package
(inherit keepalived)
@ -143,6 +110,15 @@
(base32
"1py1xdrxzdxn09yi8dx842rmhnc8lv7z09wmb2mfljylhy8dcf01"))))
)
)
(define-public glicid-keepalived
(package
(inherit keepalived)
(arguments
`(#:configure-flags
(list (string-append "--enable-snmp")