guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

124/204: gnu: texlive-fontspec: Add missing propagated inputs.


From: guix-commits
Subject: 124/204: gnu: texlive-fontspec: Add missing propagated inputs.
Date: Wed, 20 Apr 2022 02:03:31 -0400 (EDT)

apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.

commit 83dd763d3c2d5fea74a727cde5bd27a98f4c4b29
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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 7f76eaa69c..8b5834afa9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3774,7 +3774,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]