[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53613] [PATCH] guix: Restore profile hook for TeX Live font maps.
From: |
Ludovic Courtès |
Subject: |
[bug#53613] [PATCH] guix: Restore profile hook for TeX Live font maps. |
Date: |
Tue, 01 Feb 2022 00:02:09 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi!
Ricardo Wurmus <rekado@elephly.net> skribis:
> * gnu/packages/tex.scm (texlive-default-updmap.cfg): New variable.
> * guix/profiles.scm (texlive-configuration): Rename this...
> (texlive-font-maps): ...to this; update to run updmap-sys on the contents of
> the profile to generate only font maps.
> (%default-profile-hooks): Add texlive-font-maps.
> * guix/status.scm (hook-message): Rename unused texlive-configuration to
> texlive-font-maps.
Out of curiosity, what does it fix, and how does it relate to past
changes in this area (looks like ‘texlive-configuration’ was added, then
removed, then reintroduced)?
I’m asking for documentation purposes because I trust your judgment
anyway. :-)
Thanks,
Ludo’.