[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
404/458: gnu: texlive-cs: Fix build.
From: |
guix-commits |
Subject: |
404/458: gnu: texlive-cs: Fix build. |
Date: |
Wed, 14 Jun 2023 05:23:23 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3fbfc54e4222a2f7ea2dba0494aecc9b746b7ac6
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 e347475ce0..0a7c20eb9b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4618,7 +4618,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/"
@@ -4631,6 +4630,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")
- 365/458: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 365/458: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 362/458: gnu: texlive-hyph-utf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 355/458: gnu: Add texlive-luatex., guix-commits, 2023/06/14
- 386/458: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 397/458: gnu: texlive-amsfonts: Fix build., guix-commits, 2023/06/14
- 393/458: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/06/14
- 356/458: gnu: texlive-siunitx: Refresh package definition., guix-commits, 2023/06/14
- 410/458: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/06/14
- 406/458: gnu: texlive-xypic: Fix build., guix-commits, 2023/06/14
- 394/458: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/06/14
- 404/458: gnu: texlive-cs: Fix build.,
guix-commits <=
- 415/458: gnu: Add texlive-mfware., guix-commits, 2023/06/14
- 418/458: gnu: texlive: Improve package style., guix-commits, 2023/06/14
- 423/458: gnu: Add texlive-latex., guix-commits, 2023/06/14
- 428/458: gnu: texlive-xmltex: Rely on build system to create formats., guix-commits, 2023/06/14
- 430/458: gnu: texlive-csplain: Create formats., guix-commits, 2023/06/14
- 431/458: gnu: texlive-jadetex: Rely on build system to create formats., guix-commits, 2023/06/14
- 457/458: gnu: Replace texlive-latex-base with texlive-latex-bin., guix-commits, 2023/06/14
- 458/458: guix: texlive importer: Set #:texlive-latex-bin? when appropriate., guix-commits, 2023/06/14
- 446/458: gnu: Add texlive-ltxmisc., guix-commits, 2023/06/14
- 350/458: gnu: texlive-dvips: Refresh package definition., guix-commits, 2023/06/14