gnu: texlive-luahbtex: Generate missing "luahbtex.fmt".

* gnu/packages/tex.scm (texlive-luahbtex)[native-inputs]: Add TEXLIVE-KPATHSEA.
[properties]: Preserve native-input from upgrade.

Change-Id: I68b117276f88c8f87bfb3b5a93f9dd66c8d0ea1c
This commit is contained in:
Nicolas Goaziou 2024-10-16 20:16:47 +02:00
parent 4295803f12
commit 975ca6036a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -60857,10 +60857,12 @@ (define-public texlive-luahbtex
"0y47q58jggwzy5hk9n2arh0g4a92pqcavadzxa38lpadf16zxbck"))))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(properties '((updater-extra-native-inputs "texlive-kpathsea")))
(arguments
(list
#:texlive-latex-bin? #f
#:create-formats #~(list "luahbtex")))
(native-inputs (list texlive-kpathsea))
(propagated-inputs
(list texlive-cm
texlive-etex