guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 80c5a2922160dc163fd537f30d1646ec924c6ffc
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 29bc56cc24..343b2029e3 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10173,7 +10173,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