From 6d13afcd7a05e05860835833cca4b2d1f4750fc5 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 21 Aug 2023 14:29:31 +0200 Subject: 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. --- gnu/packages/tex.scm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 9f3e9ae1cc..78d65a4fe5 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -41926,14 +41926,7 @@ with the XeTeX engine.") (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)) + (native-inputs (list texlive-metafont texlive-sauter)) (propagated-inputs (list texlive-cmexb)) (home-page "https://ctan.org/pkg/csfonts") (synopsis "Czech/Slovak-tuned Computer Modern fonts") -- cgit 1.4.1