From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Texlive-texmf Date: Sat, 27 Feb 2016 00:20:33 +0100 Message-ID: <87io1bys72.fsf@gnu.org> References: <20160225201935.GA24416@solar> 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]:38455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZRgd-0003KV-Ce for guix-devel@gnu.org; Fri, 26 Feb 2016 18:20:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZRga-0001Ah-6w for guix-devel@gnu.org; Fri, 26 Feb 2016 18:20:39 -0500 In-Reply-To: <20160225201935.GA24416@solar> (Andreas Enge's message of "Thu, 25 Feb 2016 21:19:35 +0100") 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@gnu.org Andreas Enge skribis: > I would like to make the texlive-texmf package private, to avoid that peo= ple > 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 consi= sts > # mainly of symlinks to texlive-texmf. Or simply: guix build -e '(@@ (gnu packages texlive) texlive-texmf)' > Does anybody see a problem with this? Fine with me! Ludo=E2=80=99.