guix-commits
[Top][All Lists]
Advanced

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

21/37: gnu: chez-web: Remove obsolete build phase.


From: guix-commits
Subject: 21/37: gnu: chez-web: Remove obsolete build phase.
Date: Wed, 23 Dec 2020 06:31:43 -0500 (EST)

rekado pushed a commit to branch core-updates
in repository guix.

commit 5b6600e6893e9e428cecfbc0537e602f80fff319
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]