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

commit a148c5980defc249999aa466d533909e16ca1b0d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 5 10:38:58 2026 +0000

    gnu: python-irispy-lmsal: Relocate phase 'set-home.
    
    * gnu/packages/astronomy.scm (python-irispy-lmsal):
    [arguments]<#:phases>: Relocate phase 'set-home.
    
    Relates-to: guix/guix#5892
    Change-Id: I743634183b7d7a60d0d24bb28ee06a2709aa2d11
---
 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 36d4408714..b9181750da 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6013,7 +6013,7 @@ observationally-derived galaxy merger catalogs.")
       ;; tests: 65 passed, 2 skipped, 9 deselected
       #:phases
       #~(modify-phases %standard-phases
-          (add-before 'check 'set-home
+          (add-before 'sanity-check 'set-home
             (lambda _
               ;; E PermissionError: [Errno 13] Permission denied:
               ;; '/homeless-shelter'

Reply via email to