diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-02-05 00:48:56 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:57 +0100 |
| commit | d568e0d1a7dd95e9b1952cc7650df464af3f609e (patch) | |
| tree | 6ae88ece708457171584dedb5f5b28ca95efbd15 /gnu | |
| parent | fdece4569e7f0db9723e14f86311001ed0719e53 (diff) | |
gnu: python-ndcube: Relocate phase 'set-home-env.
* gnu/packages/wxwidgets.scm (python-ndcube)[arguments]<#:phases>:
Relocate phase 'set-home-env.
Change-Id: I77bd29800f0c24cdbbff88251093e8c107eae6d4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
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 e37bebc54f8..62410e47385 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -6796,7 +6796,7 @@ Carlo.") "-k" "not test_crop_by_extra_coords_values_all_axes_with_coord") #:phases #~(modify-phases %standard-phases - (add-before 'check 'set-home-env + (add-before 'sanity-check 'set-home-env (lambda _ ;; Tests require HOME to be set. ;; Permission denied: '/homeless-shelter' |
