[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53779] [PATCH 3/5] gnu: ell: Remove input labels.
From: |
Simon South |
Subject: |
[bug#53779] [PATCH 3/5] gnu: ell: Remove input labels. |
Date: |
Fri, 4 Feb 2022 10:43:34 -0500 |
* gnu/packages/linux.scm (ell)[native-inputs]: Remove input labels.
---
gnu/packages/linux.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e496b5e2b2..aabf759592 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8380,10 +8380,7 @@ (define-public ell
(inputs
(list dbus))
(native-inputs
- `(("autoconf" ,autoconf)
- ("libtool" ,libtool)
- ("pkgconfig" ,pkg-config)
- ("automake" ,automake)))
+ (list autoconf automake libtool pkg-config))
(home-page "https://01.org/ell")
(synopsis "Embedded Linux Library")
(description "The Embedded Linux* Library (ELL) provides core, low-level
--
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 <=
- [bug#53779] [PATCH 1/5] gnu: iwd: Remove input labels., Simon South, 2022/02/04
- [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