[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53779] [PATCH 1/5] gnu: iwd: Remove input labels.
From: |
Simon South |
Subject: |
[bug#53779] [PATCH 1/5] gnu: iwd: Remove input labels. |
Date: |
Fri, 4 Feb 2022 10:43:32 -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 3aa3e9b8e9..064248600e 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3581,10 +3581,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 0/5] gnu: iwd: Build from Git; update to 1.23., Simon South, 2022/02/04
- [bug#53779] [PATCH 5/5] gnu: iwd: Update to 1.23., Simon South, 2022/02/04
- [bug#53779] [PATCH 3/5] gnu: ell: Remove input labels., Simon South, 2022/02/04
- [bug#53779] [PATCH 1/5] gnu: iwd: Remove input labels.,
Simon South <=
- [bug#53779] [PATCH 4/5] gnu: ell: Update to 0.48., Simon South, 2022/02/04
- [bug#53779] [PATCH 2/5] gnu: iwd: Build from Git sources., Simon South, 2022/02/04
- [bug#53779] [PATCH v2 0/6] gnu: iwd: Build from Git; update to 1.24., Simon South, 2022/02/07