mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: texlive-stmaryrd: Fix build.
* gnu/packages/tex.scm (texlive-stmaryrd)[native-inputs]: Add TEXLIVE-CM and TEXLIVE-METAFONT.
This commit is contained in:
parent
4104e8ae72
commit
9c04dc79fd
1 changed files with 1 additions and 0 deletions
|
@ -7711,6 +7711,7 @@ (define-public texlive-stmaryrd
|
||||||
(("^%% LaTeX2e.*") "\\input docstrip\n")
|
(("^%% LaTeX2e.*") "\\input docstrip\n")
|
||||||
(("fontdef\\}\\}" line)
|
(("fontdef\\}\\}" line)
|
||||||
(string-append line "\n\\endbatchfile"))))))))
|
(string-append line "\n\\endbatchfile"))))))))
|
||||||
|
(native-inputs (list texlive-cm texlive-metafont))
|
||||||
(home-page "https://ctan.org/pkg/stmaryrd")
|
(home-page "https://ctan.org/pkg/stmaryrd")
|
||||||
(synopsis "St Mary Road symbols for theoretical computer science")
|
(synopsis "St Mary Road symbols for theoretical computer science")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue