Ricardo— Je 19 jan 16:01 skribis Ricardo: > > marco@graviton ~$ guix package -I | grep texlive > > guile: warning: failed to install locale > > texlive-base 51265 out > > /gnu/store/iccw4cdkcgmccl5svndji830k55v9cxy-texlive-base-51265 > > ``` > > > > But I have a locale issue: > > > > ``` > > marco@graviton ~/temp$ export LANG="nl_NL.utf8" > > marco@graviton ~/temp$ lualatex test > > Unable to read environment locale: exit now. > > marco@graviton ~/temp$ locale -a | grep '\bnl_NL.utf8\b' > > nl_NL.utf8 > > ``` > > Earlier when you ran “guix package -I” you had the same issue. Please > take a look at the “Application Setup” section in the manual. It tells > you how to set up things.
I had GUIX_LOCPATH set but did not have glibc-locales installed. Installing this packages solved the issue and I can now compile TeX files with success. Thanks for the help! To recap, to reduce the damage of going off-topic, compiling a TeX file with {,lua}latex works when only texlive-base is installed. I had to do this: guix pull --branch=core-updates guix package -r texlive texlive-bin texlive-latex-base -i texlive-base —Marco