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: Wed, 02 Mar 2016 10:34:23 +0100 Message-ID: <87a8mhi5pc.fsf@gnu.org> References: <20160225201935.GA24416@solar> <87io1bys72.fsf@gnu.org> <20160228083212.GA16394@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]:37009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ab3At-0004ZQ-7E for guix-devel@gnu.org; Wed, 02 Mar 2016 04:34:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ab3Ao-0002HB-4D for guix-devel@gnu.org; Wed, 02 Mar 2016 04:34:31 -0500 In-Reply-To: <20160228083212.GA16394@solar> (Andreas Enge's message of "Sun, 28 Feb 2016 09:32:12 +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: > On Sat, Feb 27, 2016 at 12:20:33AM +0100, Ludovic Court=C3=A8s wrote: >> Or simply: >> guix build -e '(@@ (gnu packages texlive) texlive-texmf)' > > That is nifty! I suppose this also uses substitutes if present? Yes, of course. > In that case, > we could even make the texlive-bin package private as well, and a user co= uld > 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 We don=E2=80=99t want people to have to do that, do we? :-) Personally, I don=E2=80=99t want to have to think beyond =E2=80=9Cguix pack= age -i texlive=E2=80=9D. Ludo=E2=80=99.