guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: texlive-soulutf8: Replace deprecated inputs.


From: guix-commits
Subject: 02/06: gnu: texlive-soulutf8: Replace deprecated inputs.
Date: Thu, 11 May 2023 16:53:38 -0400 (EDT)

jpoiret pushed a commit to branch master
in repository guix.

commit b924254163b58e2ecaecebfbf67ea13460519f3f
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: Josselin Poiret <dev@jpoiret.xyz>
---
 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 5974609fbd..f1780173ff 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13358,8 +13358,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]