guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#60180] [PATCH 2/3] gnu: ola: Remove input labels.


From: Simon South
Subject: [bug#60180] [PATCH 2/3] gnu: ola: Remove input labels.
Date: Sun, 18 Dec 2022 13:46:55 -0500

* gnu/packages/lighting.scm (ola)[inputs]: Remove input labels.
---
 gnu/packages/lighting.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/lighting.scm b/gnu/packages/lighting.scm
index 5af49eea86..d0ad825d10 100644
--- a/gnu/packages/lighting.scm
+++ b/gnu/packages/lighting.scm
@@ -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
-- 
2.38.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]