mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: iproute2: Remove input labels.
* gnu/packages/linux.scm (iproute)[inputs]: Remove labels.
This commit is contained in:
parent
8d2c06834a
commit
2915b2f2ec
1 changed files with 1 additions and 3 deletions
|
@ -2822,9 +2822,7 @@ (define-public iproute
|
|||
"pkg-config")))
|
||||
#t))))))
|
||||
(inputs
|
||||
`(("db4" ,bdb)
|
||||
("iptables" ,iptables)
|
||||
("libmnl" ,libmnl)))
|
||||
(list bdb iptables libmnl))
|
||||
(native-inputs
|
||||
(list bison flex pkg-config))
|
||||
;; For tests.
|
||||
|
|
Loading…
Reference in a new issue