[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: texlive-amsmath: Add missing input.
From: |
guix-commits |
Subject: |
01/06: gnu: texlive-amsmath: Add missing input. |
Date: |
Fri, 2 Jun 2023 16:08:01 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit ed34c398bcbfdd88941a3071a608087da8fe9af2
Author: Dominik Delgado Steuter via Guix-patches via <guix-patches@gnu.org>
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 <mail@nicolasgoaziou.fr>
---
gnu/packages/tex.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3ec2b7bbf7..4c681f4f77 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
- branch tex-team created (now 619e27edd0), guix-commits, 2023/06/02
- 01/06: gnu: texlive-amsmath: Add missing input.,
guix-commits <=
- 03/06: gnu: texlive-latex-epstopdf-pkg: Rename to texlive-epstopdf-pkg., guix-commits, 2023/06/02
- 04/06: gnu: texlive-latex-filecontents: Fix package definition., guix-commits, 2023/06/02
- 05/06: gnu: texlive-latex-filecontents: Rename to texlive-filecontents., guix-commits, 2023/06/02
- 02/06: gnu: texlive-latex-epstopdf-pkg: Fix package definition., guix-commits, 2023/06/02
- 06/06: svn-download: Do not expand keywords., guix-commits, 2023/06/02