ngz pushed a commit to branch tex-team-next
in repository guix.
commit 62bfa8c4460a415d24e1f300b4ce9c4dfc6e61f5
Author: Nicolas Goaziou <[email protected]>
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 2873ea3d5a..c684b8ddd0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7745,6 +7745,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