Andreas Enge <andr...@enge.fr> skribis: > 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.
Or simply: guix build -e '(@@ (gnu packages texlive) texlive-texmf)' > Does anybody see a problem with this? Fine with me! Ludo’.