guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit e3124bf29740e8d0e74065ec2940085ce3ba3c72
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 29 10:10:47 2026 +0000
gnu: python-sunpy-soar: Add set-home-env phase before build.
* gnu/packages/astronomy.scm (python-sunpy-soar):
[phases]{set-home-env}: New phase.
{pre-check}: Remove phase.
Relates-to: guix/guix#5892
Change-Id: I77c68d8069c28b1b1b0c53935ddcb73adc92bc73
---
gnu/packages/astronomy.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 94f57d8c95..0cbe78057e 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10613,7 +10613,7 @@ functionality needed for solar data analysis.")
" and not "))
#:phases
#~(modify-phases %standard-phases
- (add-before 'check 'pre-check
+ (add-before 'build 'set-home-env
(lambda _
(setenv "HOME" "/tmp"))))))
(native-inputs