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:
parent
40d208e28d
commit
65d146a0c6
@ -4827,13 +4827,18 @@ available.")
|
|||||||
"tex/csplain/opmac/")
|
"tex/csplain/opmac/")
|
||||||
(base32
|
(base32
|
||||||
"068g31l2ralz03gsv58j67dm85vy0ad58dvdkh93ws0yzf0rnr5f")))
|
"068g31l2ralz03gsv58j67dm85vy0ad58dvdkh93ws0yzf0rnr5f")))
|
||||||
|
(arguments
|
||||||
|
(list #:create-formats #~(list "csplain" "luacsplain" "pdfcsplain")))
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list texlive-cm
|
(list texlive-cm
|
||||||
texlive-cs
|
texlive-cs
|
||||||
texlive-enctex
|
texlive-enctex
|
||||||
texlive-hyph-utf8
|
texlive-hyphen-complete
|
||||||
texlive-hyphen-base
|
texlive-luatex
|
||||||
|
texlive-luatex85
|
||||||
|
texlive-plain
|
||||||
|
texlive-tex
|
||||||
texlive-tex-ini-files))
|
texlive-tex-ini-files))
|
||||||
(home-page "https://petr.olsak.net/csplain-e.html")
|
(home-page "https://petr.olsak.net/csplain-e.html")
|
||||||
(synopsis "Plain TeX multilanguage support")
|
(synopsis "Plain TeX multilanguage support")
|
||||||
|
Loading…
Reference in New Issue
Block a user