diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-10-26 21:34:51 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-12-23 10:10:58 +0100 |
commit | 6c7a0ffa1a488aca768017c32771fb15e7ec713e (patch) | |
tree | 5b24dfe94806de315c71ec3f51dca9c821a1be44 | |
parent | 3ab41ca5e1eeeae97f939c2bd6eb17bc8959a841 (diff) | |
download | guix-6c7a0ffa1a488aca768017c32771fb15e7ec713e.tar.gz guix-6c7a0ffa1a488aca768017c32771fb15e7ec713e.zip |
gnu: hypre: Remove obsolete build phase.
* gnu/packages/maths.scm (hypre)[arguments]: Remove obsolete build phase
"set-HOME".
-rw-r--r-- | gnu/packages/maths.scm | 6 |
1 files changed, 0 insertions, 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 |