[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: texlive-soulutf8: Replace deprecated inputs.
From: |
guix-commits |
Subject: |
03/07: gnu: texlive-soulutf8: 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 0886228e301dd8eea2acedd6da535f9f828ebefa
Author: Simon Tournier <zimon.toutoune@gmail.com>
AuthorDate: Fri Apr 28 13:03:07 2023 +0200
gnu: texlive-soulutf8: Replace deprecated inputs.
* gnu/packages/tex.scm (texlive-soulutf8)[propagated-inputs]: Replace
deprecated TEXLIVE-GENERIC-ETEXCMDS by TEXLIVE-ETEXCMDS and deprecated
TEXLIVE-GENERIC-INFWARERR by TEXLIVE-INFWARERR.
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 0ae3d3c240..ff9bf90b2e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13360,8 +13360,8 @@ syllable. The package itself does not support UTF-8
input in ordinary
(copy-recursively (string-append origin "/source") source)
(copy-recursively (string-append origin "/doc") doc))))))))
(propagated-inputs
- (list texlive-generic-etexcmds
- texlive-generic-infwarerr
+ (list texlive-etexcmds
+ texlive-infwarerr
texlive-soul))
(home-page "https://ctan.org/pkg/soulutf8")
(synopsis "Permit use of UTF-8 characters in @code{soul}")
- 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 <=
- 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