Am Fri, Mar 21, 2025 at 12:13:19PM +0100 schrieb Nicolas Goaziou: > I think you need to move all font-* and fontconfig packages outside of > texlive-local-tree, but still keep them as native inputs.
Indeed, I confirm that the diff below makes texlive-polyglossia build. > I think the issue is the same in packages including non-texlive inputs > within texlive-local-tree, such as texlive-arabxetex. To be confirmed > with the above. That sounds like a lot of work to arrange on lots of packages... I suppose it should be included into commit commit ee6b9d91abe5d4ff8c6b3608a289e9a8bdf62834 Author: Nicolas Goaziou <m...@nicolasgoaziou.fr> Date: Mon Feb 10 10:35:26 2025 +0100 gnu: texlive-updmap.cfg: Provide a full TeX Live tree. Andreas diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 93974eb7c6..fb95bd78f4 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -67472,7 +67472,12 @@ (define-public texlive-polyglossia (string-append (getcwd) ":" (getenv "GUIX_TEXMF")))))))) (native-inputs - (list (texlive-local-tree + (list font-dejavu + font-gnu-freefont + font-linuxlibertine + font-sil-ezra + fontconfig + (texlive-local-tree (list font-dejavu font-gnu-freefont font-linuxlibertine