guix-patches
[Top][All Lists]
Advanced

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

[bug#63143] [PATCH 2/6] gnu: texlive-soulutf8: Replace deprecated inputs


From: Simon Tournier
Subject: [bug#63143] [PATCH 2/6] gnu: texlive-soulutf8: Replace deprecated inputs.
Date: Fri, 28 Apr 2023 13:03:07 +0200

* gnu/packages/tex.scm (texlive-soulutf8)[propagated-inputs]: Replace
deprecated texlive-generic-etexcmds by texlive-etexcmds and deprecated
texlive-generic-infwarerr by texlive-infwarerr.
---
 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 3c38c85622..1d41309a30 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13315,8 +13315,8 @@ (define-public texlive-soulutf8
                     (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}")
-- 
2.38.1






reply via email to

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