From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: Texlive-texmf Date: Fri, 26 Feb 2016 19:07:23 -0500 Message-ID: References: <20160225201935.GA24416@solar> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZSPs-0005WO-Vw for guix-devel@gnu.org; Fri, 26 Feb 2016 19:07:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZSPr-0005iE-W4 for guix-devel@gnu.org; Fri, 26 Feb 2016 19:07:24 -0500 Received: from mail-yk0-x236.google.com ([2607:f8b0:4002:c07::236]:35785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZSPr-0005iA-Qg for guix-devel@gnu.org; Fri, 26 Feb 2016 19:07:23 -0500 Received: by mail-yk0-x236.google.com with SMTP id r207so42765895ykd.2 for ; Fri, 26 Feb 2016 16:07:23 -0800 (PST) In-Reply-To: <20160225201935.GA24416@solar> 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: Andreas Enge Cc: guix-devel On Thu, Feb 25, 2016 at 3:19 PM, Andreas Enge wrote: > Hello, > > I would like to make the texlive-texmf package private, to avoid that people > erroneously install it into their profiles. One could still build the big > data part locally as follows: > > guix build texlive-bin # This will use substitutes. > guix build --no-substitutes texlive > # This will build texlive-texmf locally, then create texlive, which consists > # mainly of symlinks to texlive-texmf. > > Does anybody see a problem with this? > > This should not even rebuild anything. I install texlive-texmf into my profile because otherwise latex cannot find any extensions. In particular, I was trying to compile a beamer document and I spent hours wrestling with load paths and nothing worked until texlive-texmf was available in my profile. How can we make this just work so that I don't have to import the private variable in the future? - Dave