mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01: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 @@ loading fonts by their proper names instead of file names.")
|
||||||
(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…
Add table
Reference in a new issue