guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: ola: Remove input labels.


From: guix-commits
Subject: 07/09: gnu: ola: Remove input labels.
Date: Tue, 27 Dec 2022 17:54:36 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 5f8a51993e95775f5b2b753f709c8047d05c963e
Author: Simon South <simon@simonsouth.net>
AuthorDate: Sun Dec 18 13:46:55 2022 -0500

    gnu: ola: Remove input labels.
    
    * gnu/packages/lighting.scm (ola)[inputs]: Remove input labels.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 @@
            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



reply via email to

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