civodul pushed a commit to branch tex-team
in repository guix.
commit 0886228e301dd8eea2acedd6da535f9f828ebefa
Author: Simon Tournier <[email protected]>
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 <[email protected]>
---
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}")