From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add detox. Date: Tue, 12 Aug 2014 19:20:06 +0200 Message-ID: <87zjf9iq0p.fsf@gnu.org> References: <87bnrplsk1.fsf@gnu.org> <87zjf9eq5k.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHFk9-0002va-JN for guix-devel@gnu.org; Tue, 12 Aug 2014 13:20:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XHFk0-00024b-Hs for guix-devel@gnu.org; Tue, 12 Aug 2014 13:20:17 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:60132) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHFk0-00024P-Bc for guix-devel@gnu.org; Tue, 12 Aug 2014 13:20:08 -0400 In-Reply-To: <87zjf9eq5k.fsf@gmail.com> (Eric Bavier's message of "Tue, 12 Aug 2014 09:30:47 -0500") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Eric Bavier Cc: Guix-devel Eric Bavier skribis: > Ludovic Court=C3=A8s writes: > >> Eric Bavier skribis: >> >>> + (inputs >>> + `(("flex" ,flex) >>> + ("popt" ,popt))) >> >> Flex should be a native input, and I think popt too (it=E2=80=99s a prog= ram used >> at build time, right?). > > Both flex and popt are used in this case for their runtime libraries > (libfl and libpopt). Ah OK. Then OK to push, possibly with the above sentence as a comment. Thanks! Ludo=E2=80=99.