guix_mirror_bot pushed a commit to branch tex-team
in repository guix.
commit e8f0ce364077e64c73d4ee45dea8478aafb031c9
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 bafb02c33c..9bad5f3e3f 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