aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2024-06-26 10:53:47 +0200
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:45:40 +0200
commit61233e0134c7fcea9c731c8884ec5fd499b55014 (patch)
treef78999ba56bc64ea1b00f9e659442ec45755ccee
parent3005fd4c36df8e781079fd0cd8264ae07d6a30b2 (diff)
downloadguix-61233e0134c7fcea9c731c8884ec5fd499b55014.tar.gz
guix-61233e0134c7fcea9c731c8884ec5fd499b55014.zip
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