mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
new defs
This commit is contained in:
parent
e97ef4a54c
commit
029e41f491
1 changed files with 9 additions and 33 deletions
|
@ -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
|
(define-public keepalived-2.2.4
|
||||||
(package
|
(package
|
||||||
(inherit keepalived)
|
(inherit keepalived)
|
||||||
|
@ -143,6 +110,15 @@
|
||||||
(base32
|
(base32
|
||||||
"1py1xdrxzdxn09yi8dx842rmhnc8lv7z09wmb2mfljylhy8dcf01"))))
|
"1py1xdrxzdxn09yi8dx842rmhnc8lv7z09wmb2mfljylhy8dcf01"))))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
(define-public glicid-keepalived
|
||||||
|
(package
|
||||||
|
(inherit keepalived)
|
||||||
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list (string-append "--enable-snmp")
|
(list (string-append "--enable-snmp")
|
||||||
|
|
Loading…
Add table
Reference in a new issue