diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tex.scm | 4 |
1 files 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}") |