me
/
guix
Archived
1
0
Fork 0

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>
master
Simon Tournier 2023-04-28 13:03:07 +02:00 committed by Josselin Poiret
parent 345ec9f33a
commit b924254163
No known key found for this signature in database
GPG Key ID: 505E40B916171A8A
1 changed files with 2 additions and 2 deletions

View File

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