mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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:
parent
4295803f12
commit
975ca6036a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue