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

commit f04ad6d39f1963b9e51bafa19f66cebe31e24bc7
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Oct 26 21:34:51 2020 +0100

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

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index f7565dd..8797920 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4449,12 +4449,6 @@ set.")
                            "--with-blas")
        #:phases
        (modify-phases %standard-phases
-         (add-before 'build 'set-HOME
-           (lambda _
-             ;; FIXME: texlive-union does not find the built
-             ;; metafonts, so it tries to generate them in HOME.
-             (setenv "HOME" "/tmp")
-             #t))
          (add-before 'configure 'chdir-src
            (lambda _ (chdir "src")))
          (replace 'configure

Reply via email to