diff options
author | Simon South <simon@simonsouth.net> | 2022-02-07 09:26:29 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-02-08 13:34:03 +0100 |
commit | c491338bcb643af03f2c92e2a2c010e613fc74c9 (patch) | |
tree | 20135eee110b73c4d5b6c9262560a5b4f29baf12 | |
parent | 20516fbb9253304f5f46245283f70e1578a7a6b2 (diff) | |
download | guix-c491338bcb643af03f2c92e2a2c010e613fc74c9.tar.gz guix-c491338bcb643af03f2c92e2a2c010e613fc74c9.zip |
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.scm | 5 |
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 |