guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

36/62: gnu: iproute2: Remove input labels.


From: guix-commits
Subject: 36/62: gnu: iproute2: Remove input labels.
Date: Sun, 26 Jun 2022 06:09:10 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 2915b2f2ece1ee8c43d16768de0e9b8791947921
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 26 02:00:59 2022 +0200

    gnu: iproute2: Remove input labels.
    
    * gnu/packages/linux.scm (iproute)[inputs]: Remove labels.
---
 gnu/packages/linux.scm | 4 +---
 1 file changed, 1 insertion(+), 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]