mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
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:
parent
3005fd4c36
commit
61233e0134
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue