iyzsong pushed a commit to branch core-updates
in repository guix.

commit cb2701427fbf0efbcf896712fe14ce85927506e2
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Wed Jun 19 15:09:05 2024 +0800

    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
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ff03d240ba..35d4040f77 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7872,7 +7872,7 @@ errors when data is invalid.")
                   (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)))

Reply via email to