[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
404/416: gnu: texlive-cs: Fix build.
From: |
guix-commits |
Subject: |
404/416: gnu: texlive-cs: Fix build. |
Date: |
Sun, 28 May 2023 02:33:42 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ac4294bf7d3361977d0adf3701416e7a47a2f6f6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 19 19:00:13 2023 +0200
gnu: texlive-cs: Fix build.
* gnu/packages/tex.scm (texlive-cs)[arguments]<#:phases>: Skip failing
GENERATE-FONT-METRICS phase.
[native-inputs]: Add TEXLIVE-CM, TEXLIVE-METAFONT.
---
gnu/packages/tex.scm | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 437993b077..920e9ca200 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4630,7 +4630,6 @@ polyglossia package rather than Babel.")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
- ;; FIXME: Cannot build font metrics: "cannot find cmb12".
(list "fonts/enc/dvips/cs/"
"fonts/map/dvips/cs/"
"fonts/source/public/cs/"
@@ -4643,6 +4642,14 @@ polyglossia package rather than Babel.")
(base32
"0nzzcg1yvbslhqm5lsfcpqh6sbzkmnmmgyakg9l8855qpa8g9bf3")))
(build-system texlive-build-system)
+ (arguments
+ (list
+ #:phases
+ ;; FIXME: The phase fails for multiple font files with error: "cannot
+ ;; find cmb12".
+ #~(modify-phases %standard-phases
+ (delete 'generate-font-metrics))))
+ (native-inputs (list texlive-cm texlive-metafont))
(propagated-inputs (list texlive-cmexb))
(home-page "https://ctan.org/pkg/csfonts")
(synopsis "Czech/Slovak-tuned Computer Modern fonts")
- 387/416: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 387/416: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 388/416: gnu: simple-texlive-package: Remove it., guix-commits, 2023/05/28
- 389/416: guix: texlive-build-system: Generate font metrics., guix-commits, 2023/05/28
- 393/416: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/05/28
- 392/416: gnu: texlive-etex: Fix build., guix-commits, 2023/05/28
- 395/416: gnu: texlive-ec: Fix build., guix-commits, 2023/05/28
- 398/416: gnu: texlive-rsfs: Fix build., guix-commits, 2023/05/28
- 400/416: gnu: texlive-tipa: Fix build., guix-commits, 2023/05/28
- 402/416: gnu: texlive-wasy: Fix build., guix-commits, 2023/05/28
- 403/416: gnu: texlive-cbfonts: Fix build., guix-commits, 2023/05/28
- 404/416: gnu: texlive-cs: Fix build.,
guix-commits <=
- 407/416: gnu: Add texlive-sansmathfonts., guix-commits, 2023/05/28
- 410/416: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/05/28
- 413/416: guix: import: Improve importing texlive meta packages., guix-commits, 2023/05/28
- 416/416: gnu: faif: Update texlive package names., guix-commits, 2023/05/28
- 129/416: gnu: Add texlive-gincltex., guix-commits, 2023/05/28
- 150/416: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/05/28
- 153/416: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/05/28
- 154/416: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/05/28
- 174/416: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/05/28
- 166/416: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/05/28