From a1b4d62cda12d0d54663700a3f384f8a8ad5b13d Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 14 Jan 2019 22:12:31 +0100 Subject: gnu: texlive-bin: Add native search paths. * gnu/packages/tex.scm (texlive-bin)[native-search-paths]: Add specifications for TEXMF and TEXMFCNF. --- gnu/packages/tex.scm | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index a9eed006bb..b8b78e2384 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -230,6 +230,15 @@ (define-public texlive-bin (setenv "PATH" (string-append (getenv "PATH") ":" out "/bin")) (with-directory-excursion out (patch-source-shebangs)))))))) + (native-search-paths + (list (search-path-specification + (variable "TEXMF") + (files '("share/texmf-dist")) + (separator #f)) + (search-path-specification + (variable "TEXMFCNF") + (files '("share/texmf-dist/web2c")) + (separator #f)))) (synopsis "TeX Live, a package of the TeX typesetting system") (description "TeX Live provides a comprehensive TeX document production system. -- cgit v1.2.3