diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-19 18:18:12 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:12:43 +0200 |
commit | 9c04dc79fdae4351421dc0de850cc929896dd922 (patch) | |
tree | 8c0f6237b77fc54b38df7c52ea1b1d232cdf7132 | |
parent | 4104e8ae7212e3f763da0f98cb907966ef1c6e75 (diff) | |
download | guix-9c04dc79fdae4351421dc0de850cc929896dd922.tar.gz |
gnu: texlive-stmaryrd: Fix build.
* gnu/packages/tex.scm (texlive-stmaryrd)[native-inputs]: Add TEXLIVE-CM and TEXLIVE-METAFONT.
-rw-r--r-- | gnu/packages/tex.scm | 1 |
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 |