guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d5770cfd0f0887de13112358f5200bb512c53529
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 2c448463a6..da2c2457cf 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10495,7 +10495,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