guix-commits
[Top][All Lists]
Advanced

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

406/409: gnu: texlive-xypic: Fix build.


From: guix-commits
Subject: 406/409: gnu: texlive-xypic: Fix build.
Date: Sat, 20 May 2023 04:03:35 -0400 (EDT)

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

commit 45b469ba742c897278d8d879f0362683e81ea9dd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 19 19:36:20 2023 +0200

    gnu: texlive-xypic: Fix build.
    
    * gnu/packages/tex.scm (texlive-xypic)[arguments]<#:phases>: Skip failing
    GENERATE-FONT-METRICS phase.
    [native-inputs]: Add TEXLIVE-CM, TEXLIVE-METAFONT.
---
 gnu/packages/tex.scm | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ccf96f758b..ad5fe8805c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9958,8 +9958,15 @@ glyphs.")
               "09b51bbm189xh7039h5n8nmab5nn2bybhh26qjn08763m80zdhjg")))
     (outputs '("out" "doc"))
     (build-system texlive-build-system)
-    (propagated-inputs
-     (list texlive-graphics texlive-iftex))
+    (arguments
+     (list
+      #:phases
+      ;; FIXME: This phase fails with the following error: "Improper font
+      ;; parameter".
+      #~(modify-phases %standard-phases
+          (delete 'generate-font-metrics))))
+    (native-inputs (list texlive-cm texlive-metafont))
+    (propagated-inputs (list texlive-graphics texlive-iftex))
     (home-page "https://ctan.org/pkg/xypic";)
     (synopsis "Flexible diagramming macros")
     (description



reply via email to

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