From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: Texlive-texmf Date: Fri, 11 Mar 2016 22:50:24 -0600 Message-ID: <20160311225024.5dc8592e@openmailbox.org> References: <20160225201935.GA24416@solar> <87io1bys72.fsf@gnu.org> <20160228083212.GA16394@solar> <87a8mhi5pc.fsf@gnu.org> <20160302100844.GA3539@solar> <87a8mfbii6.fsf@gnu.org> <20160305210432.GA28087@solar> <87bn6qqlyv.fsf@gnu.org> <20160307225204.1ed3730e@openmailbox.org> <87fuw1pchd.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aebVq-0003UN-Ps for guix-devel@gnu.org; Fri, 11 Mar 2016 23:50:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aebVn-0004gM-KE for guix-devel@gnu.org; Fri, 11 Mar 2016 23:50:50 -0500 Received: from smtp5.openmailbox.org ([62.4.1.39]:44770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aebVn-0004gC-C8 for guix-devel@gnu.org; Fri, 11 Mar 2016 23:50:47 -0500 In-Reply-To: <87fuw1pchd.fsf@gnu.org> 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: Ludovic =?UTF-8?B?Q291cnTDqHM=?= Cc: guix-devel@gnu.org On Tue, 08 Mar 2016 10:04:14 +0100 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > Eric Bavier skribis: >=20 > > On Mon, 07 Mar 2016 17:41:44 +0100 > > ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > > =20 > >> Andreas Enge skribis: > >> =20 > >> > On Thu, Mar 03, 2016 at 06:04:17PM +0100, Ludovic Court=C3=A8s wrote= : =20 > >> >> Andreas Enge skribis: =20 > >> >> > This was the original reason (plus easier debugging) that I kept = the > >> >> > internal packages -bin and -texmf public; I think it was a mistak= e, > >> >> > since it seems to lead to a lot of confusion. > >> >> > So I will hide both the internal packages one of these days. =20 > >> >> OK. =20 > >> > > >> > Well, in the end this is not so easily possible. > >> > > >> > gnuplot depends on texlive-bin as a native-input. I replaced this by > >> > texlive-minimal, but I think the native input can be dropped complet= ely. =20 > >>=20 > >> Not sure. Eric added the dependency on TeX Live in 97003b5c. > >> Eric, WDYT? =20 > > > > Gnuplot looks for some binaries to determine whether and where to > > install some latex sty files. As long as those are still installed with > > texlive-minimal, that should be fine. I used texlive-bin in order to > > remove the heavyweight texlive dependency. =20 >=20 > Would Gnuplot=E2=80=99s own sty files still be installed if we remove the > dependency? gnuplot's configure script will refuse to install the latex cfg for the epslatex terminal unless those binaries are found. This seems like an artificial limitation, and could probably be patched out. > Or are they redundant with what TeX Live provides? They don't seem redundant, but I honestly don't know exactly what they are used for. `~Eric