guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit bae4c485ed704b6375e722664f8b389460058d05
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Feb 4 21:02:27 2026 +0000
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
---
gnu/packages/bioinformatics.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 7b5c327f51..2863481fc0 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")))