summary refs log tree commit diff
path: root/gnu/build/image.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-01-28 19:18:01 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-02-07 21:37:04 +0100
commit805af862c6f0f6c54b74125bff8d348ae8f8e6f8 (patch)
tree933102cd355e3dd6a5e432a1c304dc54e7b4edc8 /gnu/build/image.scm
parent55e871844c0fe89123135b1cf598d167dd49eeb4 (diff)
downloadguix-805af862c6f0f6c54b74125bff8d348ae8f8e6f8.tar.gz
guix: Restore profile hook for TeX Live font maps.
Long ago we had a profile hook, called “texlive-configuration”, which would
operate on the texlive-* packages that have actually been installed in the
profile, build a union directory, and then install a texmf.cnf file that
declared the prefix of the TeX Live tree to be the union directory.  It then
generated font maps based on the fonts that had actually been installed.

This approach had multiple disadvantages, the worst of which was that you
could only really have one TeX Live tree.  Commit
04a0b1e09abce99857e7930336421ca6d15ae630 addressed this, where texmf.cnf was
modified *once* and for all in texlive-bin to reference the GUIX_TEXMF
variable to determine the root of the tree.  This made much of
“texlive-configuration” obsolete, because we didn’t need to have any union
directories at all, because we had no need for a customized per-profile
variant of texmf.cnf.

Unfortunately, with the loss of the profile hook we would no longer build font
maps.  This patch resurrects the profile hook: we’re again generating font
maps (such as pdftex.map) based on the contents of the profile.

* 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.
Diffstat (limited to 'gnu/build/image.scm')
0 files changed, 0 insertions, 0 deletions