[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: texlive-xetex: Replace deprecated inputs.
From: |
guix-commits |
Subject: |
02/07: gnu: texlive-xetex: Replace deprecated inputs. |
Date: |
Wed, 3 May 2023 10:20:55 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit 467d82f02423477803dd864d6bc71bea2470ccd9
Author: Simon Tournier <zimon.toutoune@gmail.com>
AuthorDate: Fri Apr 28 13:03:06 2023 +0200
gnu: texlive-xetex: Replace deprecated inputs.
* gnu/packages/tex.scm (texlive-xetex)[propagated-inputs]: Replace
deprecated
TEXLIVE-GENERIC-ATBEGSHI by TEXLIVE-ATBEGSHI and deprecated
TEXLIVE-LATEX-ATVERYEND by TEXLIVE-ATVERYEND.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/tex.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f5d03e49a1..0ae3d3c240 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13513,8 +13513,8 @@ itself may be shipped out to the DVI file.")
"1gmgagvsv2qknrjzjk840ca3wging8wfc20rgq7bnhphm9n87m6q")
#:trivial? #t))
(propagated-inputs
- (list texlive-generic-atbegshi
- texlive-latex-atveryend
+ (list texlive-atbegshi
+ texlive-atveryend
texlive-babel
texlive-cm
texlive-dvipdfmx
- branch tex-team created (now 182a126f61), guix-commits, 2023/05/03
- 02/07: gnu: texlive-xetex: Replace deprecated inputs.,
guix-commits <=
- 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, 2023/05/03
- 07/07: gnu: texlive-ddphonism: Replace deprecated input., guix-commits, 2023/05/03