guix-commits
[Top][All Lists]
Advanced

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

02/12: gnu: texlive-union: Wrap programs weakly.


From: guix-commits
Subject: 02/12: gnu: texlive-union: Wrap programs weakly.
Date: Tue, 15 Jan 2019 07:05:39 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 476f7fceb7be08d9302e06d808a5d226a3dfd2a2
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Jan 14 22:11:03 2019 +0100

    gnu: texlive-union: Wrap programs weakly.
    
    * gnu/packages/tex.scm (texlive-union)[arguments]: Wrap programs with 
TEXMFCNF
    and TEXMF so that environment variables take precedence.
---
 gnu/packages/tex.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2876438..a9eed00 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1879,8 +1879,8 @@ standard LaTeX packages."
                                              "/bin"))
                (for-each
                 (cut wrap-program <>
-                     `("TEXMFCNF" ":" = (,(dirname texmf.cnf)))
-                     `("TEXMF"    ":" = (,(string-append out 
"/share/texmf-dist"))))
+                     `("TEXMFCNF" ":" suffix (,(dirname texmf.cnf)))
+                     `("TEXMF"    ":" suffix (,(string-append out 
"/share/texmf-dist"))))
                 (find-files (string-append out "/bin") ".*"))
                #t))))
         (inputs



reply via email to

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