Hello Guix, Unable to build documents since the latest texlive update. It spits out the below message.
This is related to a former bug found here: https://issues.guix.gnu.org/51252 cat main.fir | \ sed '/\\contentsfinish/d' | \ sort > main.fir.tmp echo '\\contentsfinish' >> main.fir.tmp mv main.fir.tmp main.fir lualatex -interaction=nonstopmode -halt-on-error -synctex=1 main.tex; This is LuaTeX, Version 1.13.0 (TeX Live 2021/GNU Guix) restricted system commands enabled. kpathsea: Running mktexfmt lualatex.fmt /gnu/store/irzhgvy2zb6dd9g7a6b343pn4lvsn9n0-texlive-bin-20210325/share/texmf-dist/scripts/texlive/fmtutil.pl: Unexpected non-option argument(s): lualatex.fmt Try "fmtutil --help" for more information. I can't find the format file `lualatex.fmt'! make: *** [Makefile:24: document] Error 1