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:
宋文武 2024-06-19 15:09:05 +08:00 committed by Ludovic Courtès
parent 0c2bb63e49
commit d13d616f04
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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