From 975ca6036a98b282713058cfa6e1e42f395034d5 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 16 Oct 2024 20:16:47 +0200 Subject: [PATCH] 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 cb07ea6531..02ce9224ce 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