diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-04 21:02:27 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:56 +0100 |
| commit | 66f7868f618f93064bdfa7cfe66bd9ccde5622a0 (patch) | |
| tree | 4750bed0b0d0c92c6e468296e1be2578359ac308 /gnu | |
| parent | a67061284457ff3e1efad3387c20474c66bc95c7 (diff) | |
gnu: python-pybio: Relocate phase 'set-home.
* gnu/packages/bioinformatics.scm (python-pybio)[arguments]<#:phases>:
Relocate phase 'set-home.
Relates-to: guix/guix#5892
Change-Id: Ifeceb52b20348f2f495217ee371b84be7bbf590b
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 162c4237e1..d0db4905a9 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -3703,7 +3703,7 @@ Python.") #:tests? #false ;There are no automated tests #:phases #~(modify-phases %standard-phases - (add-before 'check 'set-home + (add-before 'sanity-check 'set-home ;; A HOME directory is required when importing the module during ;; the sanity check. (lambda _ (setenv "HOME" "/tmp"))) |
