From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dMAot-0001Nl-Ig for guix-patches@gnu.org; Sat, 17 Jun 2017 06:19:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dMAoo-0001qc-RM for guix-patches@gnu.org; Sat, 17 Jun 2017 06:19:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49455) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dMAoo-0001pv-Mb for guix-patches@gnu.org; Sat, 17 Jun 2017 06:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dMAoo-0004mO-DG for guix-patches@gnu.org; Sat, 17 Jun 2017 06:19:02 -0400 Subject: [bug#27344] [PATCH 06/12] gnu: Add freehdl. Resent-Message-ID: References: <20170612165226.1268-1-theodoros.for@openmailbox.org> <20170612165226.1268-6-theodoros.for@openmailbox.org> <20170615133530.6d5f2ddc@scratchpost.org> <87injwvsmr.fsf@openmailbox.org> <20170616202019.59562482@scratchpost.org> From: Theodoros Foradis Message-ID: <8760fux6mf.fsf@openmailbox.org> In-reply-to: <20170616202019.59562482@scratchpost.org> Date: Sat, 17 Jun 2017 13:16:52 +0300 MIME-Version: 1.0 Content-Type: text/plain 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: 27344@debbugs.gnu.org Danny Milosavljevic writes: > 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. Yes, the first line is a perl shebang. I'm leaving that as it is. -- Theodoros Foradis