guix-commits
[Top][All Lists]
Advanced

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

401/452: gnu: texlive-stmaryrd: Fix build.


From: guix-commits
Subject: 401/452: gnu: texlive-stmaryrd: 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 5421d4f26575d8c138917a9b629c7677cdbe2bc9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 19 18:18:12 2023 +0200

    gnu: texlive-stmaryrd: Fix build.
    
    * gnu/packages/tex.scm (texlive-stmaryrd)[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 2025c26f6d..c9ebf8cf7e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7711,6 +7711,7 @@ captions sideways.  Options include @code{outercaption}, 
@code{innercaption},
                 (("^%% LaTeX2e.*") "\\input docstrip\n")
                 (("fontdef\\}\\}" line)
                  (string-append line "\n\\endbatchfile"))))))))
+    (native-inputs (list texlive-cm texlive-metafont))
     (home-page "https://ctan.org/pkg/stmaryrd";)
     (synopsis "St Mary Road symbols for theoretical computer science")
     (description



reply via email to

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