diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-10-16 20:16:47 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-05-06 11:25:05 +0200 |
| commit | c22a795dd44ad92e2dd2a0c55988da246f1a403c (patch) | |
| tree | 69a2ed39114a177b7fe47d3bd7f58e4aa408d6b5 /gnu | |
| parent | 7909349b0b0d4d772e7fb4f8e4352d1c3fb2ca24 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index bafb02c33ca..9bad5f3e3f4 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 |
