me
/
guix
Archived
1
0
Fork 0

gnu: ola: Remove input labels.

* gnu/packages/lighting.scm (ola)[inputs]: Remove input labels.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Simon South 2022-12-18 13:46:55 -05:00 committed by Ludovic Courtès
parent 45c5710267
commit 5f8a51993e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 5 additions and 5 deletions

View File

@ -59,11 +59,11 @@
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