From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Texlive-texmf Date: Sun, 28 Feb 2016 09:32:12 +0100 Message-ID: <20160228083212.GA16394@solar> References: <20160225201935.GA24416@solar> <87io1bys72.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49160) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZwm5-0001iO-Ga for guix-devel@gnu.org; Sun, 28 Feb 2016 03:32:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZwm2-0002wp-6j for guix-devel@gnu.org; Sun, 28 Feb 2016 03:32:21 -0500 Received: from mailrelay2.public.one.com ([91.198.169.125]:51988) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZwm1-0002wL-Ra for guix-devel@gnu.org; Sun, 28 Feb 2016 03:32:18 -0500 Content-Disposition: inline In-Reply-To: <87io1bys72.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 =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Sat, Feb 27, 2016 at 12:20:33AM +0100, Ludovic Courtès wrote: > Or simply: > guix build -e '(@@ (gnu packages texlive) texlive-texmf)' That is nifty! I suppose this also uses substitutes if present? In that case, we could even make the texlive-bin package private as well, and a user could execute: guix build -e '(@@ (gnu packages texlive) texlive-bin)' guix download file:/my/path/to/texlive-20150523-texmf.tar.xz guix build -e '(@@ (gnu packages texlive) texlive)' --no-substitutes Andreas