From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add awesome. Date: Mon, 13 Jun 2016 22:16:20 -0400 Message-ID: <20160614021620.GC16928@jasmine> References: <1465776755-16444-1-git-send-email-carlo@zancanaro.id.au> <1465778333-19689-1-git-send-email-carlo@zancanaro.id.au> <20160613154619.GA13902@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCdu6-0006nK-9n for guix-devel@gnu.org; Mon, 13 Jun 2016 22:16:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCdu2-0005z6-2E for guix-devel@gnu.org; Mon, 13 Jun 2016 22:16:33 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:58617) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCdu0-0005yl-Rk for guix-devel@gnu.org; Mon, 13 Jun 2016 22:16:29 -0400 Content-Disposition: inline In-Reply-To: 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: Carlo Zancanaro Cc: guix-devel@gnu.org On Tue, Jun 14, 2016 at 10:57:41AM +1000, Carlo Zancanaro wrote: > On 14 June 2016 at 01:46, Leo Famulari wrote: > > > I think that imagemagick is only required while building, so it can be a > > 'native-input'. > > > > You can check what packages the built output refers to: $ guix gc > > --references $(./pre-inst-env guix build awesome) > > > > Imagemagick is not in the list. > > > > Thanks for this! I had assumed that the "guix lint" would tell me about > something like that, given the check "inputs-should-be-native". It appears that this check currently warns you if pkg-config is an input type besides native-input. So, it's designed to take a list of software that is typically only used at build time. But, it can't guess at the proper operation of the software being packaged ;)