diff options
-rw-r--r-- | gnu/packages/tex.scm | 2 |
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 |