From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Texlive-texmf Date: Thu, 25 Feb 2016 21:19:35 +0100 Message-ID: <20160225201935.GA24416@solar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48706) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZ2O0-0002bF-Kw for guix-devel@gnu.org; Thu, 25 Feb 2016 15:19:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZ2Nw-0005I9-Dr for guix-devel@gnu.org; Thu, 25 Feb 2016 15:19:44 -0500 Received: from mailrelay7.public.one.com ([91.198.169.215]:48251) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZ2Nw-0005Hs-1C for guix-devel@gnu.org; Thu, 25 Feb 2016 15:19:40 -0500 Content-Disposition: inline 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: guix-devel@gnu.org 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. Andreas