summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2024-06-26 10:53:47 +0200
committerChristopher Baines <mail@cbaines.net>2024-06-27 10:14:45 +0100
commitc7b2e009c00dca6e30cb0cb9a457feac40f4cbaa (patch)
treea20790b57b3f14b7e438d287ad783c2b62487b67
parent4aae39ff7c4b15fb64ff99f4b21159852c1e5d51 (diff)
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