From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLtWb-0003rk-P7 for guix-patches@gnu.org; Fri, 16 Jun 2017 11:51:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLtWY-0003t9-NA for guix-patches@gnu.org; Fri, 16 Jun 2017 11:51:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48875) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLtWY-0003sM-Cm for guix-patches@gnu.org; Fri, 16 Jun 2017 11:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dLtWY-0006Mb-00 for guix-patches@gnu.org; Fri, 16 Jun 2017 11:51: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> From: Theodoros Foradis In-reply-to: <20170615133530.6d5f2ddc@scratchpost.org> Date: Fri, 16 Jun 2017 18:50:36 +0300 Message-ID: <87injwvsmr.fsf@openmailbox.org> 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: >> + (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? -- Theodoros Foradis