guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/14: gnu: ell: Remove input labels.


From: guix-commits
Subject: 13/14: gnu: ell: Remove input labels.
Date: Tue, 8 Feb 2022 07:36:52 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit c491338bcb643af03f2c92e2a2c010e613fc74c9
Author: Simon South <simon@simonsouth.net>
AuthorDate: Mon Feb 7 09:26:29 2022 -0500

    gnu: ell: Remove input labels.
    
    * gnu/packages/linux.scm (ell)[native-inputs]: Remove input labels.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 05dc1b6384..b50f2e9c5b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8408,10 +8408,7 @@ tools for managing PipeWire.")
     (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]