mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: ola: Remove input labels.
* gnu/packages/lighting.scm (ola)[inputs]: Remove input labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
45c5710267
commit
5f8a51993e
1 changed files with 5 additions and 5 deletions
|
@ -59,11 +59,11 @@ (define-public ola
|
|||
automake
|
||||
libtool))
|
||||
(inputs
|
||||
`(("libftdi" ,libftdi)
|
||||
("libmicrohttpd" ,libmicrohttpd)
|
||||
("libusb" ,libusb)
|
||||
("libuuid" ,util-linux "lib")
|
||||
("zlib" ,zlib)))
|
||||
(list libftdi
|
||||
libmicrohttpd
|
||||
libusb
|
||||
`(,util-linux "lib")
|
||||
zlib))
|
||||
(propagated-inputs
|
||||
(list protobuf)) ; for pkg-config --libs libola
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue