mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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:
parent
e0223aa81e
commit
6413eb61af
1 changed files with 1 additions and 4 deletions
|
@ -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")))
|
||||||
|
|
Loading…
Reference in a new issue