From c491338bcb643af03f2c92e2a2c010e613fc74c9 Mon Sep 17 00:00:00 2001 From: Simon South Date: Mon, 7 Feb 2022 09:26:29 -0500 Subject: gnu: ell: Remove input labels. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/linux.scm (ell)[native-inputs]: Remove input labels. Signed-off-by: Ludovic Courtès --- gnu/packages/linux.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 05dc1b6384..b50f2e9c5b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -8408,10 +8408,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 -- cgit v1.2.3