diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-26 02:00:59 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-26 12:06:30 +0200 |
commit | 2915b2f2ece1ee8c43d16768de0e9b8791947921 (patch) | |
tree | d742c197674c165f56de4a373f2bfa6552205e87 /gnu | |
parent | 8d2c06834a7610a8afe114accfa0ab707ed3e107 (diff) | |
download | guix-2915b2f2ece1ee8c43d16768de0e9b8791947921.tar.gz |
gnu: iproute2: Remove input labels.
* gnu/packages/linux.scm (iproute)[inputs]: Remove labels.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 337bcc360e..164c739ed3 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2822,9 +2822,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") "pkg-config"))) #t)))))) (inputs - `(("db4" ,bdb) - ("iptables" ,iptables) - ("libmnl" ,libmnl))) + (list bdb iptables libmnl)) (native-inputs (list bison flex pkg-config)) ;; For tests. |