mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +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
|
||||
(inherit keepalived)
|
||||
(name "glicid-keepalived")
|
||||
(version "2.1.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
@ -112,7 +111,7 @@
|
|||
"0n92fdlmm251scq2j7w1nqwly8jsla4sxrd0jnfb6nn9qp5pqkfr"))))
|
||||
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
`(#:conf(igure-flags
|
||||
(list (string-append "--enable-snmp")
|
||||
(string-append "--enable-snmp-checker")
|
||||
(string-append "--enable-snmp-rfc")
|
||||
|
@ -130,10 +129,9 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define-public glicid-keepalived-2.2.4
|
||||
(define-public keepalived-2.2.4
|
||||
(package
|
||||
(inherit keepalived)
|
||||
(name "glicid-keepalived")
|
||||
(version "2.2.4")
|
||||
(source (origin
|
||||
(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
|
||||
|
|
Loading…
Add table
Reference in a new issue