guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: chez-web: Remove obsolete build phase.


From: guix-commits
Subject: 05/07: gnu: chez-web: Remove obsolete build phase.
Date: Tue, 27 Oct 2020 04:29:30 -0400 (EDT)

rekado pushed a commit to branch wip-texlive
in repository guix.

commit b8abe0c31587b49e44732011f49e0a8859593a6f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Oct 27 09:26:44 2020 +0100

    gnu: chez-web: Remove obsolete build phase.
    
    * gnu/packages/chez.scm (chez-web)[arguments]: Remove build phase 
"set-HOME".
---
 gnu/packages/chez.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index df9d68a..7bcffd3 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -289,12 +289,6 @@ and 32-bit PowerPC architectures.")
                       #:tests? #f        ; no tests
                       #:phases
                       (modify-phases %standard-phases
-                        (add-before 'build 'set-HOME
-                          (lambda _
-                            ;; FIXME: texlive-union does not find the built
-                            ;; metafonts, so it tries to generate them in HOME.
-                            (setenv "HOME" "/tmp")
-                            #t))
                         ;; This package has a custom "bootstrap" script that
                         ;; is meant to be run from the Makefile.
                         (delete 'bootstrap)



reply via email to

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