ngz pushed a commit to branch master
in repository guix.

commit 6d13afcd7a05e05860835833cca4b2d1f4750fc5
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 14:29:31 2023 +0200

    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(-)

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")

Reply via email to