guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#71859] [core-updates 3/3] gnu: texlive-luahbtex: Generate missing "


From: Nicolas Goaziou
Subject: [bug#71859] [core-updates 3/3] gnu: texlive-luahbtex: Generate missing "luahbtex.fmt".
Date: Sun, 30 Jun 2024 18:46:18 +0200

* gnu/packages/tex.scm (texlive-luahbtex)[native-inputs]: Add
TEXLIVE-KPATHSEA.
[properties]: Preserve native-input from upgrade.

Change-Id: I35de793e4562cd21a9d624542c06f65dee5676f2
---
 gnu/packages/tex.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e6914e5ced..214e4f764e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -60853,10 +60853,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
-- 
2.45.2








reply via email to

[Prev in Thread] Current Thread [Next in Thread]