summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-04 15:47:57 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:55 +0100
commit749eca39632d215d4dc050856b781bbc16ad250d (patch)
tree2104ef0c035468647a7a08113773180a2c4bc052 /gnu
parenta74315b30d4f6fe4f83072e8a22fa62e1abd9c3d (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/maths.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1bc769b985f..7833b919896 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