From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 2/2] gnu: Add sonata Date: Sat, 20 Feb 2016 07:37:43 -0500 Message-ID: <20160220123743.GA17401@jasmine> References: <1455830814-4977-1-git-send-email-mail@cbaines.net> <1455830814-4977-3-git-send-email-mail@cbaines.net> <20160218235718.GF9390@jasmine> <20160220111834.GA5663@solar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aX6nG-0004hP-Nz for guix-devel@gnu.org; Sat, 20 Feb 2016 07:37:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aX6nD-0007Bj-Hn for guix-devel@gnu.org; Sat, 20 Feb 2016 07:37:50 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:56197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aX6nD-0007Bd-DH for guix-devel@gnu.org; Sat, 20 Feb 2016 07:37:47 -0500 Content-Disposition: inline In-Reply-To: <20160220111834.GA5663@solar> 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: Andreas Enge Cc: guix-devel@gnu.org On Sat, Feb 20, 2016 at 12:18:34PM +0100, Andreas Enge wrote: > On Thu, Feb 18, 2016 at 06:57:18PM -0500, Leo Famulari wrote: > > > + (inputs `(("gettext" ,gnu-gettext))) > > Can somebody with more experience comment on whether or not this should > > be propagated (assuming it's a runtime dependency, otherwise it should > > be native)? > > It is most likely a native-input. You could run > guix gc --reference `./pre-inst-env guix build sonata` > to check whether gettext appears. Right! I haven't internalized this aspect of the system yet. Thanks for the reminder! Indeed, gettext is not referred to by sonata. > > Andreas >