GNU bug report logs -
#71859
[core-updates 1/3] gnu: texlive-mflua-bin: Also install "-nowin" binaries.
Previous Next
Full log
Message #11 received at 71859 <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 351 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.