rekado pushed a commit to branch wip-texlive
in repository guix.
commit b8abe0c31587b49e44732011f49e0a8859593a6f
Author: Ricardo Wurmus <[email protected]>
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)