gnu: texlive-csplain: Create formats.

* gnu/packages/tex.scm (texlive-csplain)[argumets]: Generate CSPLAIN,
LUACSPLAIN and PDFCSPLAIN formats.
[propagated-inputs]: Remove TEXLIVE-HYPHEN-BASE, TEXLIVE-HYPH-UTF8.  Add
TEXLIVE-HYPHEN-COMPLETE, TEXLIVE-LUATEX, TEXLIVE-LUATEX85, TEXLIVE-PLAIN,
TEXLIVE-TEX.
This commit is contained in:
Nicolas Goaziou 2023-06-04 08:50:41 +02:00
parent 40d208e28d
commit 65d146a0c6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -4827,13 +4827,18 @@ available.")
"tex/csplain/opmac/")
(base32
"068g31l2ralz03gsv58j67dm85vy0ad58dvdkh93ws0yzf0rnr5f")))
(arguments
(list #:create-formats #~(list "csplain" "luacsplain" "pdfcsplain")))
(build-system texlive-build-system)
(propagated-inputs
(list texlive-cm
texlive-cs
texlive-enctex
texlive-hyph-utf8
texlive-hyphen-base
texlive-hyphen-complete
texlive-luatex
texlive-luatex85
texlive-plain
texlive-tex
texlive-tex-ini-files))
(home-page "https://petr.olsak.net/csplain-e.html")
(synopsis "Plain TeX multilanguage support")