[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
404/452: gnu: texlive-cs: Fix build.
From: |
guix-commits |
Subject: |
404/452: gnu: texlive-cs: Fix build. |
Date: |
Fri, 9 Jun 2023 13:44:14 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 392b184e7e759f2fc78eb923602c1f6a637023c1
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")
- 348/452: gnu: texlive-hyphen-base: Refresh package definition., (continued)
- 348/452: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/06/09
- 352/452: gnu: Add texlive-manfnt., guix-commits, 2023/06/09
- 367/452: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 364/452: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 371/452: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 376/452: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 382/452: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 388/452: gnu: simple-texlive-package: Remove it., guix-commits, 2023/06/09
- 393/452: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/06/09
- 392/452: gnu: texlive-etex: Fix build., guix-commits, 2023/06/09
- 404/452: gnu: texlive-cs: Fix build.,
guix-commits <=
- 400/452: gnu: texlive-tipa: Fix build., guix-commits, 2023/06/09
- 407/452: gnu: Add texlive-sansmathfonts., guix-commits, 2023/06/09
- 406/452: gnu: texlive-xypic: Fix build., guix-commits, 2023/06/09
- 410/452: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/06/09
- 414/452: gnu: Add texlive-etex-pkg., guix-commits, 2023/06/09
- 428/452: gnu: texlive-xmltex: Rely on build system to create formats., guix-commits, 2023/06/09
- 431/452: gnu: texlive-jadetex: Rely on build system to create formats., guix-commits, 2023/06/09
- 436/452: guix: texlive importer: Fix build system and arguments for meta-packages., guix-commits, 2023/06/09
- 448/452: gnu: Add texlive-pslatex., guix-commits, 2023/06/09
- 21/452: gnu: Add texlive-filehook., guix-commits, 2023/06/09