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