guix-commits
[Top][All Lists]
Advanced

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

10/14: gnu: iwd: Remove input labels.


From: guix-commits
Subject: 10/14: gnu: iwd: Remove input labels.
Date: Tue, 8 Feb 2022 07:36:51 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 6413eb61af04937bf6e6bf42a24642f498606053
Author: Simon South <simon@simonsouth.net>
AuthorDate: Mon Feb 7 09:26:26 2022 -0500

    gnu: iwd: Remove input labels.
    
    * gnu/packages/networking.scm (iwd)[native-inputs]: Remove input labels.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/networking.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 3ae255e093..4258a14968 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3577,10 +3577,7 @@ powerful route filtering syntax and an easy-to-use 
configuration interface.")
     (inputs
      (list dbus ell readline))
     (native-inputs
-     `(("pkgconfig" ,pkg-config)
-       ("python" ,python)
-       ("rst2man" ,python-docutils)
-       ("openssl" ,openssl)))
+     (list pkg-config python python-docutils openssl))
     (arguments
      `(#:configure-flags
        (let ((dbus (assoc-ref %outputs "out")))



reply via email to

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