guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 11/15: gnu: mit-scheme: Remove obsolete build phase.
Date: Mon, 26 Oct 2020 17:39:39 -0400 (EDT)

rekado pushed a commit to branch wip-texlive
in repository guix.

commit c57d9a6ff9d59ee6c1ccf25cd2a9e8f50c845bf8
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 1327d8b..681c6e1 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]