[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: texlive-amsmath: Add missing input.
From: |
guix-commits |
Subject: |
01/07: gnu: texlive-amsmath: Add missing input. |
Date: |
Wed, 3 May 2023 10:20:55 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit cb932ca0811e42f40ec003c9d7b69fb82a47dd0d
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 2011eff281..f5d03e49a1 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 182a126f61), guix-commits, 2023/05/03
- 02/07: gnu: texlive-xetex: Replace deprecated inputs., guix-commits, 2023/05/03
- 04/07: gnu: texlive-ncctools: Replace deprecated input., guix-commits, 2023/05/03
- 03/07: gnu: texlive-soulutf8: Replace deprecated inputs., guix-commits, 2023/05/03
- 05/07: gnu: texlive-totcount: Replace deprecated input., guix-commits, 2023/05/03
- 06/07: gnu: texlive-totpages: Replace deprecated input., guix-commits, 2023/05/03
- 01/07: gnu: texlive-amsmath: Add missing input.,
guix-commits <=
- 07/07: gnu: texlive-ddphonism: Replace deprecated input., guix-commits, 2023/05/03