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

commit 95f3968885f9e6a4214055f394065d60652ae080
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 29 10:16:04 2026 +0000

    gnu: python-sunraster: Add set-home-env phase before build.
    
    * gnu/packages/astronomy.scm (python-sunraster):
      [phases]{set-home-env}: New phase.
      {pre-check}: Remove phase.
    
    Relates-to: guix/guix#5892
    Change-Id: Ifba1cab870a0ac51914fe9b09c59e0faecb75aa3
---
 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 343b2029e3..e75adc1e1f 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10214,7 +10214,7 @@ functionality needed for solar data analysis.")
               "--ignore=docs/data_types/spectrogram.rst")
       #:phases
       #~(modify-phases %standard-phases
-          (add-before 'check 'pre-check
+          (add-before 'build 'set-home-env
             (lambda _
               ;; PermissionError: [Errno 13] Permission denied:
               ;; '/homeless-shelter'

Reply via email to