apteryx pushed a commit to branch wip-ipython-polyglossia in repository guix.
commit 5a80aa4ff19b55e2c8d55aa19aadf5e8019bf5eb Author: Maxim Cournoyer <[email protected]> AuthorDate: Sat Apr 16 23:13:06 2022 -0400 gnu: texlive-fontspec: Add missing propagated inputs. * gnu/packages/tex.scm (texlive-fontspec) [propagated-inputs]: Add texlive-cm and texlive-lm. --- gnu/packages/tex.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 0aa6a8bf95..4bd65329c2 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3775,7 +3775,7 @@ here are defined for the dvips engine only.") (add-after 'unpack 'chdir (lambda _ (chdir "source/latex/fontspec/") #t)))))) (propagated-inputs - (list texlive-latex-l3packages)) + (list texlive-cm texlive-latex-l3packages texlive-lm)) (home-page "https://www.ctan.org/pkg/fontspec") (synopsis "Advanced font selection in XeLaTeX and LuaLaTeX") (description
