guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 927fee87c94e2ad653df74f750ddeceeb273d9bb
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Feb 4 15:47:57 2026 +0000

    gnu: python-mathicsscript: Fix build.
    
    * gnu/packages/maths.scm (python-mathicsscript):
      [phases]{setenv}: Remove phase.
      {set-home-env}: New phase, set before build.
    
    Relates-to: guix/guix#5892
    Change-Id: I2cdb99e7bc6b98536f610f6733ef2f583bcc28ac
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1bc769b985..7833b91989 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -11467,7 +11467,7 @@ to Wolfram.")
     (arguments
      `(#:phases
        (modify-phases %standard-phases
-         (add-before 'check 'setenv
+         (add-before 'build 'set-home-env
            (lambda _
              (setenv "HOME" "/tmp"))))))
     (propagated-inputs (list python-click

Reply via email to