summaryrefslogtreecommitdiff
path: root/gnu/packages/tex.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-16 23:13:06 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-12 12:45:48 -0400
commitcea6ff3d805f86758f779dd7804d70ba077bbe84 (patch)
treec08934c1ed700afc13638d0e990d26e3cd9812b6 /gnu/packages/tex.scm
parentd09edfec5ffc22843a6bb6df2678dc1e76ded11f (diff)
downloadguix-cea6ff3d805f86758f779dd7804d70ba077bbe84.tar.gz
guix-cea6ff3d805f86758f779dd7804d70ba077bbe84.tar.xz
gnu: texlive-fontspec: Add missing propagated inputs.
* gnu/packages/tex.scm (texlive-fontspec) [propagated-inputs]: Add texlive-cm and texlive-lm.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r--gnu/packages/tex.scm2
1 files changed, 1 insertions, 1 deletions
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