From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Texlive and native-inputs Date: Thu, 30 Oct 2014 09:02:10 +0100 Message-ID: <20141030080210.GA28331@debian> References: <20141029165958.GA4944@debian.eduroam.u-bordeaux.fr> <20141029171309.GA30858@jocasta.intra> <20141029173948.GA16948@debian.eduroam.u-bordeaux.fr> <20141029185144.GA27092@debian> <20141029195555.GA8268@jocasta.intra> <20141029223118.GB20824@debian> <20141030075324.GA25280@jocasta.intra> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjkgZ-00023T-My for guix-devel@gnu.org; Thu, 30 Oct 2014 04:02:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjkgS-000316-4r for guix-devel@gnu.org; Thu, 30 Oct 2014 04:02:23 -0400 Received: from mout.kundenserver.de ([212.227.126.131]:64927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjkgR-000312-Rn for guix-devel@gnu.org; Thu, 30 Oct 2014 04:02:16 -0400 Content-Disposition: inline In-Reply-To: <20141030075324.GA25280@jocasta.intra> 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: John Darrington Cc: guix-devel@gnu.org On Thu, Oct 30, 2014 at 08:53:24AM +0100, John Darrington wrote: > In that case, it would seem to me, that perl should not be in input at all. It should. Perl is needed for "make check". But even if it were not, we always patch-shebang script files in our packages. Otherwise they would not be usable, since we do not have /usr/bin/perl. That I personally do not use these texlive scripts is not a reason to make them unusable! Now if this has not been done for octave, maybe we should rediscuss it and add the needed script interpreters to its inputs. Andreas