ngz pushed a commit to branch tex-team-next in repository guix. commit d996c67a7265cc8b93e08d3cafae7681c7bc4d07 Author: Nicolas Goaziou <m...@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 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