diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-05 10:38:58 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:57 +0100 |
| commit | 63b0317069551ea9721d4dc5ab301c21c03f64db (patch) | |
| tree | 957888a608c33a9cc224f1d8af3ba7ff7d7de188 /gnu | |
| parent | fc71e0b6ab20226d0663f365dd7886304b0355ff (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 2be6b83afb6..e37bebc54f8 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' |
