summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon South <simon@simonsouth.net>2022-02-07 09:26:29 -0500
committerLudovic Courtès <ludo@gnu.org>2022-02-08 13:34:03 +0100
commitc491338bcb643af03f2c92e2a2c010e613fc74c9 (patch)
tree20135eee110b73c4d5b6c9262560a5b4f29baf12
parent20516fbb9253304f5f46245283f70e1578a7a6b2 (diff)
downloadguix-patches-c491338bcb643af03f2c92e2a2c010e613fc74c9.tar
guix-patches-c491338bcb643af03f2c92e2a2c010e613fc74c9.tar.gz
gnu: ell: Remove input labels.
* gnu/packages/linux.scm (ell)[native-inputs]: Remove input labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--gnu/packages/linux.scm5
1 files changed, 1 insertions, 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