ngz pushed a commit to branch tex-team-next
in repository guix.
commit 77448653cb392df59d46d1dfccc508a9f9c93169
Author: Dominik Delgado Steuter via Guix-patches via <[email protected]>
AuthorDate: Thu Apr 27 18:32:51 2023 +0200
gnu: texlive-amsmath: Add missing input.
* gnu/packages/tex.scm (texlive-amsmath)[propagated-inputs]:
Add TEXLIVE-AMSFONTS.
Signed-off-by: Nicolas Goaziou <[email protected]>
---
gnu/packages/tex.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 863e3df374..cabf595db3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4386,6 +4386,8 @@ loading fonts by their proper names instead of file
names.")
(delete-file-recursively
(string-append (assoc-ref outputs "out")
"/share/texmf-dist/source/latex/amsmath/build"))))))))
+ (propagated-inputs
+ (list texlive-amsfonts))
(home-page "https://www.ctan.org/pkg/amsmath")
(synopsis "AMS mathematical facilities for LaTeX")
(description