guix-commits
[Top][All Lists]
Advanced

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

405/435: gnu: texlive-lh: Fix build.


From: guix-commits
Subject: 405/435: gnu: texlive-lh: Fix build.
Date: Tue, 6 Jun 2023 11:40:34 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit b42da93d62349fc81c1fd7900675a6fa9d1ccffb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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 2f150d81c8..22c1885b0e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8193,6 +8193,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")



reply via email to

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