gnu: texlive-stmaryrd: Fix build.

* gnu/packages/tex.scm (texlive-stmaryrd)[native-inputs]: Add TEXLIVE-CM and TEXLIVE-METAFONT.
This commit is contained in:
Nicolas Goaziou 2023-05-19 18:18:12 +02:00
parent 4104e8ae72
commit 9c04dc79fd
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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