guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 402/409: gnu: texlive-wasy: 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 3b4cdd6cd9123046250ab92d1dcc7d94e93d4ecb
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 da58c80f11..f8e73eb9d7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8379,6 +8379,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]