mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-03 15:43:06 +02:00
change input to new-style def
This commit is contained in:
parent
09e78ddc85
commit
65ca6fb4ae
3 changed files with 33 additions and 38 deletions
|
@ -48,5 +48,5 @@
|
|||
`(#: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-latest)))))
|
||||
(inputs (modify-inputs (package-inputs keepalived-latest)
|
||||
(prepend net-snmp)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue