unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jack Hill <jackhill@jackhill.us>
To: 49014@debbugs.gnu.org
Subject: [bug#49014] [PATCH 1/2] gnu: hamlib: Make libusb a propagated input.
Date: Mon, 14 Jun 2021 00:14:06 -0400	[thread overview]
Message-ID: <20210614041407.21684-1-jackhill@jackhill.us> (raw)
In-Reply-To: <alpine.DEB.2.21.2106132357190.2109@marsh.hcoop.net>

* gnu/packages/radio.scm (hamlib)[inputs]: Remove libusb.
[propagated-inputs]: Add libusb.
---
 gnu/packages/radio.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index d0b7446c3c..96c94fa1ce 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -1019,9 +1019,10 @@ you must extend 'udev-service-type' with this package.  E.g.:
        ("tcl" ,tcl)))
     (inputs
      `(("gd" ,gd)
-       ("libusb" ,libusb)
        ("libxml2" ,libxml2)
        ("readline" ,readline)))
+    (propagated-inputs
+     `(("libusb" ,libusb)))
     (arguments
      `(#:configure-flags '("--disable-static"
                            "--with-lua-binding"
-- 
2.32.0





  reply	other threads:[~2021-06-14  4:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-14  4:12 [bug#49014] [PATCH 0/2] Add tlf Jack Hill
2021-06-14  4:14 ` Jack Hill [this message]
2021-06-14  4:14   ` [bug#49014] [PATCH 2/2] gnu: " Jack Hill
2021-06-14  4:20 ` [bug#49014] [PATCH v2 1/2] gnu: hamlib: Make libusb a propagated input Jack Hill
2021-06-14  4:20   ` [bug#49014] [PATCH v2 2/2] gnu: Add tlf Jack Hill
2021-06-18 16:15 ` [bug#49014] [PATCH v3] " Jack Hill
2021-06-21  8:52   ` bug#49014: " Guillaume Le Vaillant

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=20210614041407.21684-1-jackhill@jackhill.us \
    --to=jackhill@jackhill.us \
    --cc=49014@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).