From 9999f19742cedf25f451e13aa0771fdc96a073da Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Thu, 5 Feb 2026 01:43:50 +0100 Subject: [PATCH] gnu: python-scikit-surprise: Relocate phase 'set-home. * gnu/packages/python-science.scm (python-scikit-surprise)[arguments] <#:phases>: Relocate phase 'set-home. Change-Id: Id6e5993e167f1f61865fcfe31caba0bce2d5263a Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-science.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 1ef039b34e..3337b3d216 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -3174,7 +3174,7 @@ be accessible and easy to use in many contexts.") ;; tests: 82 passed #:phases #~(modify-phases %standard-phases - (add-before 'check 'set-home + (add-before 'sanity-check 'set-home (lambda _ ;; Change from /homeless-shelter to /tmp for write ;; permission.