guix-commits
[Top][All Lists]
Advanced

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

11/37: gnu: mit-scheme: Remove obsolete build phase.


From: guix-commits
Subject: 11/37: gnu: mit-scheme: Remove obsolete build phase.
Date: Wed, 23 Dec 2020 06:31:39 -0500 (EST)

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

commit 3ab41ca5e1eeeae97f939c2bd6eb17bc8959a841
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 26 21:29:01 2020 +0100

    gnu: mit-scheme: Remove obsolete build phase.
    
    * gnu/packages/scheme.scm (mit-scheme)[arguments]: Remove obsolete build 
phase
    "set-HOME".
---
 gnu/packages/scheme.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index b647b9e..c01c5df 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]