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