From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: libftdi: Propagate the libusb input. Date: Wed, 17 Aug 2016 18:06:50 +0200 Message-ID: <20160817160650.GC2351@solar> References: <20160816180952.23216-1-dannym@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ba3Mr-0006VH-7u for guix-devel@gnu.org; Wed, 17 Aug 2016 12:07:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ba3Ml-0001DA-3x for guix-devel@gnu.org; Wed, 17 Aug 2016 12:07:00 -0400 Received: from mailrelay14.public.one.com ([193.202.110.161]:44175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ba3Mk-0001Cm-Oa for guix-devel@gnu.org; Wed, 17 Aug 2016 12:06:55 -0400 Content-Disposition: inline In-Reply-To: <20160816180952.23216-1-dannym@scratchpost.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic Cc: guix-devel@gnu.org 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