gnu: ola: Remove input labels.
* gnu/packages/lighting.scm (ola)[inputs]: Remove input labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
45c5710267
commit
5f8a51993e
|
@ -59,11 +59,11 @@
|
||||||
automake
|
automake
|
||||||
libtool))
|
libtool))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libftdi" ,libftdi)
|
(list libftdi
|
||||||
("libmicrohttpd" ,libmicrohttpd)
|
libmicrohttpd
|
||||||
("libusb" ,libusb)
|
libusb
|
||||||
("libuuid" ,util-linux "lib")
|
`(,util-linux "lib")
|
||||||
("zlib" ,zlib)))
|
zlib))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list protobuf)) ; for pkg-config --libs libola
|
(list protobuf)) ; for pkg-config --libs libola
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue