guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/12: gnu: texlive-bin: Add native search paths.


From: guix-commits
Subject: 03/12: gnu: texlive-bin: Add native search paths.
Date: Tue, 15 Jan 2019 07:05:40 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a1b4d62cda12d0d54663700a3f384f8a8ad5b13d
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Jan 14 22:12:31 2019 +0100

    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(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a9eed00..b8b78e2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -230,6 +230,15 @@
               (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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]