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
|
||||
(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
|
||||
|
|
Reference in a new issue