gnu: ell: Remove input labels.
* gnu/packages/linux.scm (ell)[native-inputs]: Remove input labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
20516fbb92
commit
c491338bcb
1 changed files with 1 additions and 4 deletions
|
@ -8408,10 +8408,7 @@ tools for managing PipeWire.")
|
||||||
(inputs
|
(inputs
|
||||||
(list dbus))
|
(list dbus))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
(list autoconf automake libtool pkg-config))
|
||||||
("libtool" ,libtool)
|
|
||||||
("pkgconfig" ,pkg-config)
|
|
||||||
("automake" ,automake)))
|
|
||||||
(home-page "https://01.org/ell")
|
(home-page "https://01.org/ell")
|
||||||
(synopsis "Embedded Linux Library")
|
(synopsis "Embedded Linux Library")
|
||||||
(description "The Embedded Linux* Library (ELL) provides core, low-level
|
(description "The Embedded Linux* Library (ELL) provides core, low-level
|
||||||
|
|
Reference in a new issue