change input to new-style def

This commit is contained in:
Yann Dupont 2023-01-02 11:45:53 +01:00
parent 09e78ddc85
commit 65ca6fb4ae
3 changed files with 33 additions and 38 deletions

View file

@ -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)))))