diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-21 14:29:31 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-21 16:31:20 +0200 |
| commit | 6d13afcd7a05e05860835833cca4b2d1f4750fc5 (patch) | |
| tree | f2ad1307a4f3f86c48dce79269d15aefbab807b2 /gnu | |
| parent | 15df7aaaf2327b6a6fe56cd501fb4152aff0d4ad (diff) | |
gnu: texlive-cs: Fix build.
* gnu/packages/tex.scm (texlive-cs)[arguments]<#:phases>: Re-activate
GENERATE-FONT-METRICS phase.
[native-inputs]: Remove TEXLIVE-CM, add TEXLIVE-SAUTER.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/tex.scm | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 9f3e9ae1ccc..78d65a4fe5f 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm | |||
| @@ -41926,14 +41926,7 @@ with the XeTeX engine.") | |||
| 41926 | (base32 | 41926 | (base32 |
| 41927 | "0nzzcg1yvbslhqm5lsfcpqh6sbzkmnmmgyakg9l8855qpa8g9bf3"))) | 41927 | "0nzzcg1yvbslhqm5lsfcpqh6sbzkmnmmgyakg9l8855qpa8g9bf3"))) |
| 41928 | (build-system texlive-build-system) | 41928 | (build-system texlive-build-system) |
| 41929 | (arguments | 41929 | (native-inputs (list texlive-metafont texlive-sauter)) |
| 41930 | (list | ||
| 41931 | #:phases | ||
| 41932 | ;; FIXME: The phase fails for multiple font files with error: "cannot | ||
| 41933 | ;; find cmb12". | ||
| 41934 | #~(modify-phases %standard-phases | ||
| 41935 | (delete 'generate-font-metrics)))) | ||
| 41936 | (native-inputs (list texlive-cm texlive-metafont)) | ||
| 41937 | (propagated-inputs (list texlive-cmexb)) | 41930 | (propagated-inputs (list texlive-cmexb)) |
| 41938 | (home-page "https://ctan.org/pkg/csfonts") | 41931 | (home-page "https://ctan.org/pkg/csfonts") |
| 41939 | (synopsis "Czech/Slovak-tuned Computer Modern fonts") | 41932 | (synopsis "Czech/Slovak-tuned Computer Modern fonts") |
