gnu: texlive-luatex: Create formats.
* gnu/packages/tex.scm (texlive-luatex)[source]: Do not grab all files in "tex/generic/config/" location. [arguments]: Create DVILUATEX and LUATEX formats. [propagated-inputs]: Remove TEXLIVE-HYPH-UTF8, TEXLIVE-HYPHEN-BASE. Add TEXLIVE-HYPHEN-COMPLETE.
parent
df5ae55ff7
commit
3801cb2b3e
|
@ -4510,18 +4510,20 @@ in the same way as BSD/GNU @code{getopt_long(3)} functions do.")
|
||||||
"doc/man/man1/texlua.man1.pdf"
|
"doc/man/man1/texlua.man1.pdf"
|
||||||
"doc/man/man1/texluac.1"
|
"doc/man/man1/texluac.1"
|
||||||
"doc/man/man1/texluac.man1.pdf"
|
"doc/man/man1/texluac.man1.pdf"
|
||||||
"tex/generic/config/"
|
"tex/generic/config/luatex-unicode-letters.tex"
|
||||||
|
"tex/generic/config/luatexiniconfig.tex"
|
||||||
"web2c/texmfcnf.lua")
|
"web2c/texmfcnf.lua")
|
||||||
(base32
|
(base32
|
||||||
"1g5z1mjfclb85ppcxclwndmkkgjmczrq1547vhg4kl3cclg8348q")))
|
"1iskvy3i7kq0m39x7k8bs3w2l9bvqzcyzyfllfqr4rwpk4373k30")))
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
(arguments (list #:texlive-latex-base #f))
|
(arguments
|
||||||
|
(list #:texlive-latex-base #f
|
||||||
|
#:create-formats #~(list "dviluatex" "luatex")))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list texlive-cm
|
(list texlive-cm
|
||||||
texlive-etex
|
texlive-etex
|
||||||
texlive-hyph-utf8
|
texlive-hyphen-complete
|
||||||
texlive-hyphen-base
|
|
||||||
texlive-knuth-lib
|
texlive-knuth-lib
|
||||||
texlive-plain
|
texlive-plain
|
||||||
texlive-tex-ini-files
|
texlive-tex-ini-files
|
||||||
|
|
Reference in New Issue