mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-clarabel: Fix build.
* gnu/packages/python-science.scm (python-clarabel)[arguments]: Don't refer to nonexistent 'prepare-python-module' phase. Change-Id: I002e6a5a5bf9a540c5d6e169a9ba59dc96f6b361
This commit is contained in:
parent
6a7d1af457
commit
7dfc98b151
1 changed files with 1 additions and 1 deletions
|
@ -2896,7 +2896,7 @@ (define-public python-clarabel
|
|||
(guix build utils))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'prepare-python-module 'build-python-module
|
||||
(add-after 'build 'build-python-module
|
||||
(assoc-ref py:%standard-phases 'build))
|
||||
(add-after 'build-python-module 'install-python-module
|
||||
(assoc-ref py:%standard-phases 'install)))
|
||||
|
|
Loading…
Reference in a new issue