ngz pushed a commit to branch tex-team-next
in repository guix.
commit 64d5f1137a88d86a622a64dfc7db24989aeb4b9a
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri May 19 19:35:58 2023 +0200
gnu: texlive-lh: Fix build.
* gnu/packages/tex.scm (texlive-lh)[native-inputs]: Add TEXLIVE-CM,
TEXLIVE-METAFONT.
---
gnu/packages/tex.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 920e9ca200..202992b143 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8219,6 +8219,7 @@ same job for T1- and TS1-encoded @code{ec} fonts.")
"0cqwns4zy1847fn3dp8z3wbfpy4dl05cr065nk9k65fmp7wksnjk")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
+ (native-inputs (list texlive-cm texlive-ec texlive-metafont))
(propagated-inputs (list texlive-ec))
(home-page "https://ctan.org/pkg/lh")
(synopsis "Cyrillic fonts that support LaTeX standard encodings")