From 9c04dc79fdae4351421dc0de850cc929896dd922 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 19 May 2023 18:18:12 +0200 Subject: [PATCH] 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 ec1b1dba18..e2c3ccc1d0 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -7711,6 +7711,7 @@ (define-public texlive-stmaryrd (("^%% 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