me
/
guix
Archived
1
0
Fork 0

gnu: texlive-fontspec: Add missing propagated inputs.

* gnu/packages/tex.scm (texlive-fontspec)
[propagated-inputs]: Add texlive-cm and texlive-lm.
master
Maxim Cournoyer 2022-04-16 23:13:06 -04:00
parent d09edfec5f
commit cea6ff3d80
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -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