mirror of
git://git.savannah.gnu.org/guix.git
synced 2024-12-29 11:46:06 +01:00
gnu: mit-scheme: Remove obsolete build phase.
* gnu/packages/scheme.scm (mit-scheme)[arguments]: Remove obsolete build phase "set-HOME".
This commit is contained in:
parent
07e08bc7d5
commit
3ab41ca5e1
1 changed files with 0 additions and 4 deletions
|
@ -123,10 +123,6 @@
|
|||
(("\\./configure")
|
||||
(string-append (which "sh") " configure")))
|
||||
#t))
|
||||
;; FIXME: the texlive-union insists on regenerating fonts. It stores
|
||||
;; them in HOME, so it needs to be writeable.
|
||||
(add-before 'build 'set-HOME
|
||||
(lambda _ (setenv "HOME" "/tmp") #t))
|
||||
(replace 'build
|
||||
(lambda* (#:key system outputs #:allow-other-keys)
|
||||
(let ((out (assoc-ref outputs "out")))
|
||||
|
|
Loading…
Reference in a new issue