gnu: texlive-luatex: Generate "luatex.fmt" and "dviluatex.fmt".

* gnu/packages/tex.scm (texlive-luatex)[native-inputs]: Add TEXLIVE-KPATHSEA.
[properties]: Preserve TEXLIVE-KPATHSEA from the updater.

Change-Id: I1ef7ca3f637c519ce3b7e93e0bb25478635486c4
This commit is contained in:
Nicolas Goaziou 2024-06-26 10:53:47 +02:00 committed by Ludovic Courtès
parent 3005fd4c36
commit 61233e0134
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -60756,6 +60756,7 @@ (define-public texlive-luatex
(base32
"1jcqymq0a2yyn7smbwl0inc6q7ly4x7hraq8wbx3r5qr9q63hlpg"))))
(outputs '("out" "doc"))
(properties '((updater-extra-native-inputs "texlive-kpathsea")))
(build-system texlive-build-system)
(arguments
(list
@ -60773,6 +60774,7 @@ (define-public texlive-luatex
"TEXMFSYSCONFIG = \"$TEXMFDIST/../texmf-config\",\n")
(("TEXMF *=.*")
"TEXMF = \"{$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,$TEXMFSYSCONFIG,$TEXMFSYSVAR,$TEXMFDIST}\",\n")))))))
(native-inputs (list texlive-kpathsea))
(propagated-inputs
(list texlive-cm
texlive-etex