mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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
This commit is contained in:
parent
7450681d57
commit
22ccec35c9
1 changed files with 1 additions and 1 deletions
|
|
@ -10037,7 +10037,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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue