mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -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
|
||||
(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")))
|
||||
|
|
Loading…
Reference in a new issue