aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorThiago Jung Bauermann <bauermann@kolabnow.com>2021-12-03 23:16:11 -0300
committerLudovic Courtès <ludo@gnu.org>2021-12-05 22:42:25 +0100
commita9d426c492e7834bf658ab598fea3be32608839d (patch)
tree92725b7c5cda9295b241be3b4268dda3f014316b /gnu/packages/gnome.scm
parent85c07e330ca2ba14dd6f827b191cd4fd10431ef5 (diff)
downloadguix-a9d426c492e7834bf658ab598fea3be32608839d.tar.gz
guix-a9d426c492e7834bf658ab598fea3be32608839d.zip
gnu: Add texlive-latex-luatex.
When TeX Live was updated to version 2021 the ‘lualatex’ format started being generated with the LuaHBTeX engine, but the ‘lualatex’ command still uses the LuaTeX engine. This causes the command to fail: user@popigai:~$ lualatex hello.tex This is LuaTeX, Version 1.13.0 (TeX Live 2021/GNU Guix) restricted system commands enabled. ---! lualatex.fmt was written by luahbtex (Fatal format file error; I'm stymied)user@popigai:~$ The correct way to fix this problem would be either to change texlive-bin to make ‘lualatex’ use the LuaHBTeX engine, or to change texlive-latex-base to generate ‘lualatex.fmt’ with LuaTeX. Both options would rebuild large parts of the world. Ricardo Wurmus suggested creating a new package to provide ‘lualatex.fmt’ for LuaTeX as a workaround. This is what this package does. Fixes https://issues.guix.gnu.org/51252. * gnu/packages/tex.scm (texlive-latex-luatex): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/gnome.scm')
0 files changed, 0 insertions, 0 deletions
45aeed74c6833399a6cf2c22dc'>guix package: Add '--export-channels'....Ludovic Courtès 2021-01-31build: test-driver.scm: Allow running as a standalone script....Maxim Cournoyer 2021-01-31build: test-driver.scm: Add a new '--errors-only' option....Maxim Cournoyer 2021-01-31build: test-driver.scm: Add test cases filtering options....Maxim Cournoyer 2021-01-31build: test-driver.scm: Enable colored test results by default....Maxim Cournoyer 2021-01-31build: test-driver.scm: Make output redirection optional....Maxim Cournoyer