1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-30 05:51:19 +02:00

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
This commit is contained in:
Sharlatan Hellseher
2026-02-04 15:47:57 +00:00
committed by Andreas Enge
parent a74315b30d
commit 749eca3963

View File

@@ -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