gnu: iwd: Remove input labels.
* gnu/packages/networking.scm (iwd)[native-inputs]: Remove input labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
e0223aa81e
commit
6413eb61af
|
@ -3577,10 +3577,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.")
|
||||||
(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")))
|
||||||
|
|
Reference in New Issue