guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: mit-scheme: Remove obsolete build phase.


From: guix-commits
Subject: 03/06: gnu: mit-scheme: Remove obsolete build phase.
Date: Mon, 26 Oct 2020 17:22:21 -0400 (EDT)

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

commit 8d1153f2f17d03143ba01bf60a453a41ca5fbd9a
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]