guix-commits
[Top][All Lists]
Advanced

[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}")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]