guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 401/435: gnu: texlive-stmaryrd: Fix build.
Date: Tue, 6 Jun 2023 11:40:33 -0400 (EDT)

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

commit d025d682d04260b218f58cf1c9f1cdbbacb4b9a6
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 7d4759bd4f..a8daec5859 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7719,6 +7719,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]