* [PATCH v2] gnu: libftdi: Propagate the libusb input.
@ 2016-09-26 12:30 Danny Milosavljevic
2016-09-26 18:31 ` Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: Danny Milosavljevic @ 2016-09-26 12:30 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 187 bytes --]
gnu: libftdi: Propagate the libusb input.
* gnu/packages/libftdi.scm (libftdi): Modified.
---
gnu/packages/libftdi.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-libftdi-Propagate-the-libusb-input.patch --]
[-- Type: text/x-patch; name="0001-gnu-libftdi-Propagate-the-libusb-input.patch", Size: 586 bytes --]
diff --git a/gnu/packages/libftdi.scm b/gnu/packages/libftdi.scm
index 5c2671a..208e135 100644
--- a/gnu/packages/libftdi.scm
+++ b/gnu/packages/libftdi.scm
@@ -37,8 +37,8 @@
(base32
"088yh8pxd6q53ssqndydcw1dkq51cjqyahc03lm6iip22cdazcf0"))))
(build-system cmake-build-system)
- (inputs
- `(("libusb" ,libusb)))
+ (propagated-inputs
+ `(("libusb" ,libusb))) ; required by libftdi1.pc
(home-page "http://www.intra2net.com/en/developer/libftdi/")
(synopsis "FTDI USB driver with bitbang mode")
(description
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] gnu: libftdi: Propagate the libusb input.
2016-09-26 12:30 [PATCH v2] gnu: libftdi: Propagate the libusb input Danny Milosavljevic
@ 2016-09-26 18:31 ` Leo Famulari
0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2016-09-26 18:31 UTC (permalink / raw)
To: Danny Milosavljevic; +Cc: guix-devel
On Mon, Sep 26, 2016 at 02:30:22PM +0200, Danny Milosavljevic wrote:
> gnu: libftdi: Propagate the libusb input.
>
> * gnu/packages/libftdi.scm (libftdi): Modified.
Thanks, pushed!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-26 18:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-26 12:30 [PATCH v2] gnu: libftdi: Propagate the libusb input Danny Milosavljevic
2016-09-26 18:31 ` Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.