guix-commits
[Top][All Lists]
Advanced

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

402/452: gnu: texlive-wasy: Fix build.


From: guix-commits
Subject: 402/452: gnu: texlive-wasy: Fix build.
Date: Fri, 9 Jun 2023 13:44:13 -0400 (EDT)

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

commit 8b1d0acf7a395bed7bb0be68b5b84b5736601f65
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 19 18:21:49 2023 +0200

    gnu: texlive-wasy: Fix build.
    
    * gnu/packages/tex.scm (texlive-wasy)[native-inputs]: Add TEXLIVE-CM and 
TEXLIVE-METAFONT.
---
 gnu/packages/tex.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c9ebf8cf7e..35334d2b20 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8339,6 +8339,7 @@ natural width.")
               "1swzxgld3lndi5q0q6zkwbw06ndh13fvp04as7zpwyhh646s0hbx")))
     (outputs '("out" "doc"))
     (build-system texlive-build-system)
+    (native-inputs (list texlive-cm texlive-metafont))
     (home-page "https://ctan.org/pkg/wasy";)
     (synopsis "Waldi symbol fonts")
     (description "This package provides the @code{wasy} (Waldi symbol) fonts,



reply via email to

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