mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: python-pydantic-core: Fix build.
* gnu/packages/python-xyz.scm (python-pydantic-core)[arguments]: Don't refer to nonexistent 'prepare-python-module' phase. Change-Id: I9731ad40472e33d05d8f38d3fc2e5d78d64e12a2
This commit is contained in:
parent
0c2bb63e49
commit
d13d616f04
1 changed files with 1 additions and 1 deletions
|
@ -7988,7 +7988,7 @@ (define-public python-pydantic-core
|
|||
(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