guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: texlive-texmf: Fix build.


From: guix-commits
Subject: 01/01: gnu: texlive-texmf: Fix build.
Date: Sat, 19 Jan 2019 13:56:37 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 977403feb23d062bd073463d33c4a1fe48da6bfb
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 19 19:54:54 2019 +0100

    gnu: texlive-texmf: Fix build.
    
    This is a follow-up to commit a1b4d62cda12d0d54663700a3f384f8a8ad5b13d.
    
    * gnu/packages/tex.scm (texlive-texmf)[arguments]: Unset texlive-bin search
    path.
---
 gnu/packages/tex.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3a3bd47..139400c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4472,6 +4472,11 @@ directly generate PDF documents instead of DVI.")
       #:phases
         (modify-phases (map (cut assq <> %standard-phases)
                             '(set-paths unpack patch-source-shebangs))
+          (add-after 'unpack 'unset-environment-variables
+            (lambda _
+              (unsetenv "TEXMF")
+              (unsetenv "TEXMFCNF")
+              #t))
           (add-after 'patch-source-shebangs 'install
             (lambda* (#:key outputs #:allow-other-keys)
               (let ((share (string-append (assoc-ref outputs "out") "/share")))



reply via email to

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