[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
405/409: gnu: texlive-lh: Fix build.
From: |
guix-commits |
Subject: |
405/409: gnu: texlive-lh: Fix build. |
Date: |
Sat, 20 May 2023 04:03:35 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit bb9cf268c0ba70f2b772bc7962cecc550a99445e
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)[arguments]<#:phases>: Skip failing
GENERATE-FONT-METRICS phase.
[native-inputs]: Add TEXLIVE-CM, TEXLIVE-METAFONT.
---
gnu/packages/tex.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9dbdf74af7..ccf96f758b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8225,6 +8225,13 @@ same job for T1- and TS1-encoded @code{ec} fonts.")
"0cqwns4zy1847fn3dp8z3wbfpy4dl05cr065nk9k65fmp7wksnjk")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
+ (arguments
+ (list
+ #:phases
+ ;; FIXME: This phase fails.
+ #~(modify-phases %standard-phases
+ (delete 'generate-font-metrics))))
+ (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")
- 377/409: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 377/409: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 382/409: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 384/409: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 387/409: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 386/409: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 392/409: gnu: texlive-etex: Fix build., guix-commits, 2023/05/20
- 394/409: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/05/20
- 391/409: gnu: texlive-cm: Fix build., guix-commits, 2023/05/20
- 407/409: gnu: Add texlive-sansmathfonts., guix-commits, 2023/05/20
- 402/409: gnu: texlive-wasy: Fix build., guix-commits, 2023/05/20
- 405/409: gnu: texlive-lh: Fix build.,
guix-commits <=
- 395/409: gnu: texlive-ec: Fix build., guix-commits, 2023/05/20
- 401/409: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/05/20
- 409/409: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/05/20