diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-24 20:53:41 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:41 +0100 |
| commit | d5770cfd0f0887de13112358f5200bb512c53529 (patch) | |
| tree | 1631455dcaf98107b98f64db53a5915679d24b0f /gnu/packages | |
| parent | d6f61b453f42b07837b60aa2e2044f68bf97ca6b (diff) | |
gnu: python-sunpy: Set HOME before build.
* gnu/packages/astronomy.scm (python-sunpy):
[phases]{pre-check}: Remove phase.
{set-HOME}: New phase.
Change-Id: I4dc3e596b913f59689e507e3caad69a7b7355e5c
Diffstat (limited to 'gnu/packages')
| -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 2c448463a63..da2c2457cf4 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -10495,7 +10495,7 @@ SunPy.") "-k" "not test_print_params") #:phases #~(modify-phases %standard-phases - (add-before 'check 'pre-check + (add-before 'build 'set-HOME ;; It requires during sanity check as well to prevent error like: ;; PermissionError: [Errno 13] Permission denied: ;; '/homeless-shelter' |
