diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-02-05 01:43:50 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:57 +0100 |
| commit | 9999f19742cedf25f451e13aa0771fdc96a073da (patch) | |
| tree | d789f11e3ebcbdbe578b16b84c4f0727a9cd7a5b /gnu/packages/python-science.scm | |
| parent | 0f6bd9d6426298a826e1aba0317051a92bd38f18 (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 1ef039b34e0..3337b3d2169 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. |
