guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 8a7c56345af9f97145d83a2463c6154e9b6c8787
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 5 14:04:27 2026 +0000
gnu: scvelo: Relocate phase 'set-numba-cache-dir.
* gnu/packages/bioinformatics.scm (scvelo): [arguments]<#:phases>:
Relocate phase 'set-home.
Relates-to: guix/guix#5892
Change-Id: Ia51609df06d64d41b7a272d0e17e96cf973df2f8
---
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 c9b6da13d2..d231601920 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -24324,7 +24324,7 @@ aligner.")
#:phases
#~(modify-phases %standard-phases
;; Numba needs a writable dir to cache functions.
- (add-before 'check 'set-numba-cache-dir
+ (add-before 'build 'set-numba-cache-dir
(lambda _
(setenv "NUMBA_CACHE_DIR" "/tmp"))))))
(native-inputs