diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-29 10:10:47 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:48 +0100 |
| commit | 13fb23f88daddc515bf8963d43e9805a3da6401d (patch) | |
| tree | 64faef16cf670cb5227bcfe16e5a21a2b1d45041 /gnu | |
| parent | 9abf01561b5e95e4d20ffd713a821a271eab661e (diff) | |
gnu: python-sunpy-soar: Add set-home-env phase before build.
* gnu/packages/astronomy.scm (python-sunpy-soar):
[phases]{set-home-env}: New phase.
{pre-check}: Remove phase.
Relates-to: guix/guix#5892
Change-Id: I77c68d8069c28b1b1b0c53935ddcb73adc92bc73
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 a87aeeeaeeb..b65600153bd 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -10631,7 +10631,7 @@ functionality needed for solar data analysis.") " and not ")) #:phases #~(modify-phases %standard-phases - (add-before 'check 'pre-check + (add-before 'build 'set-home-env (lambda _ (setenv "HOME" "/tmp")))))) (native-inputs |
