andreas pushed a commit to branch tex-team
in repository guix.
commit f31c9e8962bc27cbeb22ff2ddabab998501c74ab
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed Oct 16 20:16:47 2024 +0200
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
---
gnu/packages/tex.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f543d94d32..179209b9e1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -60857,10 +60857,12 @@ Either of the Plain and LaTeX2e formats may be used
with the package.")
"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