[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53779] [PATCH 1/6] gnu: iwd: Remove input labels.
From: |
Simon South |
Subject: |
[bug#53779] [PATCH 1/6] gnu: iwd: Remove input labels. |
Date: |
Mon, 7 Feb 2022 09:26:26 -0500 |
* gnu/packages/networking.scm (iwd)[native-inputs]: Remove input labels.
---
gnu/packages/networking.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 3ae255e093..4258a14968 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -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")))
--
2.34.0
- [bug#53779] [PATCH 2/5] gnu: iwd: Build from Git sources., (continued)
[bug#53779] [PATCH v2 3/6] gnu: iwd: Build from Git sources., Simon South, 2022/02/07
[bug#53779] [PATCH 1/6] gnu: iwd: Remove input labels.,
Simon South <=
[bug#53779] [PATCH v2 6/6] gnu: iwd: Update to 1.24., Simon South, 2022/02/07
bug#53779: [PATCH 0/5] gnu: iwd: Build from Git; update to 1.23., Ludovic Courtès, 2022/02/08