unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Simon South <simon@simonsouth.net>
To: 60180@debbugs.gnu.org
Subject: [bug#60180] [PATCH 2/3] gnu: ola: Remove input labels.
Date: Sun, 18 Dec 2022 13:46:55 -0500	[thread overview]
Message-ID: <20221218184656.24432-2-simon@simonsouth.net> (raw)
In-Reply-To: <20221218184656.24432-1-simon@simonsouth.net>

* 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	other threads:[~2022-12-18 18:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-18 18:40 [bug#60180] [PATCH 0/3] gnu: ola: Update to 0.10.8, fixing build Simon South
2022-12-18 18:46 ` [bug#60180] [PATCH 1/3] gnu: ola: Update to 0.10.8 Simon South
2022-12-18 18:46   ` Simon South [this message]
2022-12-18 18:46   ` [bug#60180] [PATCH 3/3] gnu: ola: Use gexps Simon South
2022-12-27 22:46 ` bug#60180: [PATCH 0/3] gnu: ola: Update to 0.10.8, fixing build Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221218184656.24432-2-simon@simonsouth.net \
    --to=simon@simonsouth.net \
    --cc=60180@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).