summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-05-19 18:18:12 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-18 18:12:43 +0200
commit9c04dc79fdae4351421dc0de850cc929896dd922 (patch)
tree8c0f6237b77fc54b38df7c52ea1b1d232cdf7132 /gnu
parent4104e8ae7212e3f763da0f98cb907966ef1c6e75 (diff)
gnu: texlive-stmaryrd: Fix build.
* gnu/packages/tex.scm (texlive-stmaryrd)[native-inputs]: Add TEXLIVE-CM and TEXLIVE-METAFONT.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tex.scm1
1 files changed, 1 insertions, 0 deletions
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 @@ 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