gnu: iwd: Remove input labels.

* gnu/packages/networking.scm (iwd)[native-inputs]: Remove input labels.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Simon South 2022-02-07 09:26:26 -05:00 committed by Ludovic Courtès
parent e0223aa81e
commit 6413eb61af
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3577,10 +3577,7 @@ (define-public iwd
(inputs (inputs
(list dbus ell readline)) (list dbus ell readline))
(native-inputs (native-inputs
`(("pkgconfig" ,pkg-config) (list pkg-config python python-docutils openssl))
("python" ,python)
("rst2man" ,python-docutils)
("openssl" ,openssl)))
(arguments (arguments
`(#:configure-flags `(#:configure-flags
(let ((dbus (assoc-ref %outputs "out"))) (let ((dbus (assoc-ref %outputs "out")))