me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 1 additions and 4 deletions

View File

@ -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")))