From b2ffb0bfe53b4cc85a475e0d67d714d338f57570 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 5 Feb 2026 14:04:27 +0000 Subject: [PATCH] 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