From 66f7868f618f93064bdfa7cfe66bd9ccde5622a0 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 4 Feb 2026 21:02:27 +0000 Subject: 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(-) (limited to 'gnu') 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"))) -- cgit v1.3