mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: chez-web: Remove obsolete build phase.
* gnu/packages/chez.scm (chez-web)[arguments]: Remove build phase "set-HOME".
This commit is contained in:
parent
63482d6f45
commit
5b6600e689
1 changed files with 0 additions and 6 deletions
|
@ -289,12 +289,6 @@ (define-public chez-web
|
||||||
#:tests? #f ; no tests
|
#:tests? #f ; no tests
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-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
|
;; This package has a custom "bootstrap" script that
|
||||||
;; is meant to be run from the Makefile.
|
;; is meant to be run from the Makefile.
|
||||||
(delete 'bootstrap)
|
(delete 'bootstrap)
|
||||||
|
|
Loading…
Reference in a new issue