mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: texlive-amsmath: Add missing input.
* gnu/packages/tex.scm (texlive-amsmath)[propagated-inputs]: Add TEXLIVE-AMSFONTS. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
73fa288989
commit
a181022a51
1 changed files with 2 additions and 0 deletions
|
@ -4386,6 +4386,8 @@ (define-public texlive-amsmath
|
||||||
(delete-file-recursively
|
(delete-file-recursively
|
||||||
(string-append (assoc-ref outputs "out")
|
(string-append (assoc-ref outputs "out")
|
||||||
"/share/texmf-dist/source/latex/amsmath/build"))))))))
|
"/share/texmf-dist/source/latex/amsmath/build"))))))))
|
||||||
|
(propagated-inputs
|
||||||
|
(list texlive-amsfonts))
|
||||||
(home-page "https://www.ctan.org/pkg/amsmath")
|
(home-page "https://www.ctan.org/pkg/amsmath")
|
||||||
(synopsis "AMS mathematical facilities for LaTeX")
|
(synopsis "AMS mathematical facilities for LaTeX")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue