* [PATCH] gnu: libftdi: Propagate the libusb input.
@ 2016-08-16 18:09 Danny Milosavljevic
2016-08-17 16:06 ` Andreas Enge
0 siblings, 1 reply; 3+ messages in thread
From: Danny Milosavljevic @ 2016-08-16 18:09 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 183 bytes --]
gnu: libftdi: Propagate the libusb input.
* gnu/packages/libftdi.scm (libftdi): Modified.
---
gnu/packages/libftdi.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[-- 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: 511 bytes --]
diff --git a/gnu/packages/libftdi.scm b/gnu/packages/libftdi.scm
index 5c2671a..0bce96e 100644
--- a/gnu/packages/libftdi.scm
+++ b/gnu/packages/libftdi.scm
@@ -37,7 +37,7 @@
(base32
"088yh8pxd6q53ssqndydcw1dkq51cjqyahc03lm6iip22cdazcf0"))))
(build-system cmake-build-system)
- (inputs
+ (propagated-inputs
`(("libusb" ,libusb)))
(home-page "http://www.intra2net.com/en/developer/libftdi/")
(synopsis "FTDI USB driver with bitbang mode")
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: libftdi: Propagate the libusb input.
2016-08-16 18:09 [PATCH] gnu: libftdi: Propagate the libusb input Danny Milosavljevic
@ 2016-08-17 16:06 ` Andreas Enge
2016-08-18 9:21 ` [PATCH v2] gnu: Move libusb from inputs to propagated-inputs Danny Milosavljevic
0 siblings, 1 reply; 3+ messages in thread
From: Andreas Enge @ 2016-08-17 16:06 UTC (permalink / raw)
To: Danny Milosavljevic; +Cc: guix-devel
Hello,
On Tue, Aug 16, 2016 at 08:09:52PM +0200, Danny Milosavljevic wrote:
> gnu: libftdi: Propagate the libusb input.
> * gnu/packages/libftdi.scm (libftdi): Modified.
Rather: "Move libusb from native-inputs to inputs."
> - (inputs
> + (propagated-inputs
Please add a quick comment why this is needed (.pc file, header file
is used or something similar).
Thanks!
Andreas
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH v2] gnu: Move libusb from inputs to propagated-inputs
2016-08-17 16:06 ` Andreas Enge
@ 2016-08-18 9:21 ` Danny Milosavljevic
0 siblings, 0 replies; 3+ messages in thread
From: Danny Milosavljevic @ 2016-08-18 9:21 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 144 bytes --]
gnu: Move libusb from inputs to propagated-inputs
---
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-Move-libusb-from-inputs-to-propagated-inputs.patch --]
[-- Type: text/x-patch; name="0001-gnu-Move-libusb-from-inputs-to-propagated-inputs.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] 3+ messages in thread
end of thread, other threads:[~2016-08-18 9:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-16 18:09 [PATCH] gnu: libftdi: Propagate the libusb input Danny Milosavljevic
2016-08-17 16:06 ` Andreas Enge
2016-08-18 9:21 ` [PATCH v2] gnu: Move libusb from inputs to propagated-inputs Danny Milosavljevic
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).