From 6c7a0ffa1a488aca768017c32771fb15e7ec713e Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 26 Oct 2020 21:34:51 +0100 Subject: [PATCH] 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 b1680db063..230f0591c3 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -4465,12 +4465,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