ngz pushed a commit to branch tex-team-next
in repository guix.
commit 118555a31f2fe913601b97198e5a4b5ac11e2319
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 77dcc78b1d..1552e9a61d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7741,6 +7741,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