guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 22ccec35c9d6c670b9bb19e0e70968653e03dec9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 24 20:53:41 2026 +0000

    gnu: python-sunpy: Set HOME before build.
    
    * gnu/packages/astronomy.scm (python-sunpy):
      [phases]{pre-check}: Remove phase.
      {set-HOME}: New phase.
    
    Change-Id: I4dc3e596b913f59689e507e3caad69a7b7355e5c
---
 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 e65e129a4d..d90c1b87e1 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10037,7 +10037,7 @@ SunPy.")
               "-k" "not test_print_params")
       #:phases
       #~(modify-phases %standard-phases
-          (add-before 'check 'pre-check
+          (add-before 'build 'set-HOME
             ;; It requires during sanity check as well to prevent error like:
             ;; PermissionError: [Errno 13] Permission denied:
             ;; '/homeless-shelter'

Reply via email to