guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

404/418: gnu: texlive-cs: Fix build.


From: guix-commits
Subject: 404/418: gnu: texlive-cs: Fix build.
Date: Fri, 2 Jun 2023 17:26:02 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit 47ac3d2649038345e09cce620356bcb061571e7d
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 226e250642..7133ac4d03 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4626,7 +4626,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/"
@@ -4639,6 +4638,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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]