mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
new name (keepalived)
This commit is contained in:
parent
4fa57f53bf
commit
926aab17fa
1 changed files with 4 additions and 6 deletions
|
@ -96,10 +96,9 @@
|
||||||
|
|
||||||
;;;;;;;;
|
;;;;;;;;
|
||||||
|
|
||||||
(define-public glicid-keepalived-2.1.5
|
(define-public keepalived-2.1.5
|
||||||
(package
|
(package
|
||||||
(inherit keepalived)
|
(inherit keepalived)
|
||||||
(name "glicid-keepalived")
|
|
||||||
(version "2.1.5")
|
(version "2.1.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -112,7 +111,7 @@
|
||||||
"0n92fdlmm251scq2j7w1nqwly8jsla4sxrd0jnfb6nn9qp5pqkfr"))))
|
"0n92fdlmm251scq2j7w1nqwly8jsla4sxrd0jnfb6nn9qp5pqkfr"))))
|
||||||
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:conf(igure-flags
|
||||||
(list (string-append "--enable-snmp")
|
(list (string-append "--enable-snmp")
|
||||||
(string-append "--enable-snmp-checker")
|
(string-append "--enable-snmp-checker")
|
||||||
(string-append "--enable-snmp-rfc")
|
(string-append "--enable-snmp-rfc")
|
||||||
|
@ -130,10 +129,9 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define-public glicid-keepalived-2.2.4
|
(define-public keepalived-2.2.4
|
||||||
(package
|
(package
|
||||||
(inherit keepalived)
|
(inherit keepalived)
|
||||||
(name "glicid-keepalived")
|
|
||||||
(version "2.2.4")
|
(version "2.2.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -164,6 +162,6 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define-public glicid-keepalived glicid-keepalived-2.2.4)
|
; (define-public glicid-keepalived glicid-keepalived-2.2.4)
|
||||||
|
|
||||||
;;; glicid/cluster.scm ends here
|
;;; glicid/cluster.scm ends here
|
||||||
|
|
Loading…
Add table
Reference in a new issue