From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 3] gnunet-svn (was Re: [PATCH] gnunet.scm -> various changes (description update, adds gnunet-svn, gnunet-gtk-svn, gnurl)) Date: Tue, 29 Mar 2016 16:01:37 -0400 Message-ID: <20160329200137.GC19843@jasmine> References: <874mcd2cl2.fsf@grrlz.net> <87mvpir3gj.fsf@grrlz.net> <20160328164317.GC8174@jasmine> <87fuvatrur.fsf@grrlz.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akzpd-0006Ha-3z for guix-devel@gnu.org; Tue, 29 Mar 2016 16:01:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1akzpZ-0003eH-0n for guix-devel@gnu.org; Tue, 29 Mar 2016 16:01:41 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:32927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akzpY-0003e5-Is for guix-devel@gnu.org; Tue, 29 Mar 2016 16:01:36 -0400 Content-Disposition: inline In-Reply-To: <87fuvatrur.fsf@grrlz.net> 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: Nils Gillmann Cc: guix-devel@gnu.org On Mon, Mar 28, 2016 at 07:49:48PM +0200, Nils Gillmann wrote: > Leo Famulari writes: [...] > >> + (native-inputs > >> + `(("pkg-config" ,pkg-config) > >> + ("autoconf" ,autoconf) > >> + ("automake" ,automake) > >> + ("gettext" ,gnu-gettext) > >> + ("libtool" ,libtool) > >> + ("python" ,python-2))) > > > > It only needs python while building? > > Can you be more precise? I don't understand if this is a rhetoric > or actual question. I'm asking if gnunet-svn needs python-2 at run-time, or only at build-time.