3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +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:
Ricardo Wurmus 2020-10-26 21:29:01 +01:00
parent 07e08bc7d5
commit 3ab41ca5e1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")))