From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLvrn-0001EB-SU for guix-patches@gnu.org; Fri, 16 Jun 2017 14:21:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLvri-00021D-Rz for guix-patches@gnu.org; Fri, 16 Jun 2017 14:21:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48988) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLvri-000210-NZ for guix-patches@gnu.org; Fri, 16 Jun 2017 14:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dLvri-0001XR-IG for guix-patches@gnu.org; Fri, 16 Jun 2017 14:21:02 -0400 Subject: [bug#27344] [PATCH 06/12] gnu: Add freehdl. Resent-Message-ID: Date: Fri, 16 Jun 2017 20:20:19 +0200 From: Danny Milosavljevic Message-ID: <20170616202019.59562482@scratchpost.org> In-Reply-To: <87injwvsmr.fsf@openmailbox.org> References: <20170612165226.1268-1-theodoros.for@openmailbox.org> <20170612165226.1268-6-theodoros.for@openmailbox.org> <20170615133530.6d5f2ddc@scratchpost.org> <87injwvsmr.fsf@openmailbox.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Theodoros Foradis Cc: 27344@debbugs.gnu.org On Fri, 16 Jun 2017 18:50:36 +0300 Theodoros Foradis wrote: > Danny Milosavljevic writes: > > >> + (inputs > >> + `(("perl" ,perl))) > > > > Does that actually get referred in the final derivation? What part of perl does it link? > > One of the output files (/bin/gvhdl) is actually a perl script so it > calls out to perl. Should perl not be an input? It depends. Does the first line of the installed program /gnu/store/*freehdl*/bin/gvhdl refer to /gnu/store/*perl*/bin/perl ? If so then yes, it should be an input.