guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 124/242: gnu: texlive-fontspec: Add missing propagated inputs.
Date: Wed, 11 May 2022 18:03:10 -0400 (EDT)

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

commit 63aaf494fdf62001588a28a781b3a8088fb82043
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 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



reply via email to

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