summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2024-06-26 10:53:47 +0200
committerChristopher Baines <mail@cbaines.net>2024-07-11 10:25:24 +0100
commited5c40b79f224cd877568b4d8eb7141a2ce7fe10 (patch)
treeffe0d8a719ca47b93950b80c2e19041e2624792b
parent2067cc7f72bffdd6609a1ebd37a680ed74d5937c (diff)
downloadguix-patches-ed5c40b79f224cd877568b4d8eb7141a2ce7fe10.tar
guix-patches-ed5c40b79f224cd877568b4d8eb7141a2ce7fe10.tar.gz
gnu: texlive-luatex: Generate "luatex.fmt" and "dviluatex.fmt".
* gnu/packages/tex.scm (texlive-luatex)[native-inputs]: Add TEXLIVE-KPATHSEA. [properties]: Preserve TEXLIVE-KPATHSEA from the updater. Change-Id: I1ef7ca3f637c519ce3b7e93e0bb25478635486c4
-rw-r--r--gnu/packages/tex.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4f8b3cbf7e..6d8cd5c7b2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -60756,6 +60756,7 @@ in the same way as BSD/GNU @code{getopt_long(3)} functions do.")
(base32
"1jcqymq0a2yyn7smbwl0inc6q7ly4x7hraq8wbx3r5qr9q63hlpg"))))
(outputs '("out" "doc"))
+ (properties '((updater-extra-native-inputs "texlive-kpathsea")))
(build-system texlive-build-system)
(arguments
(list
@@ -60773,6 +60774,7 @@ in the same way as BSD/GNU @code{getopt_long(3)} functions do.")
"TEXMFSYSCONFIG = \"$TEXMFDIST/../texmf-config\",\n")
(("TEXMF *=.*")
"TEXMF = \"{$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,$TEXMFSYSCONFIG,$TEXMFSYSVAR,$TEXMFDIST}\",\n")))))))
+ (native-inputs (list texlive-kpathsea))
(propagated-inputs
(list texlive-cm
texlive-etex