guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit af08d8ba6e1f2cfe1cd9a4b0813def856150aa1f
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Sep 13 16:57:00 2025 +0200

    gnu: python-pydantic-core: Extend with (pyproject-guile-json).
    
    * gnu/packages/python-xyz.scm (python-pydantic-core)[arguments]
    <#:phases>: Extend with (pyproject-guile-json).
    
    Change-Id: Ifa061c9408a6f67988c3fcdc24123fd295a85261
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 938033c201..0de377e124 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9688,11 +9688,12 @@ errors when data is invalid.")
                   ((guix build pyproject-build-system) #:prefix py:)
                   (guix build utils))
       #:phases
+      (with-extensions (list (pyproject-guile-json))
       #~(modify-phases %standard-phases
           (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)))
+            (assoc-ref py:%standard-phases 'install))))
       #:install-source? #false))
     (native-inputs
      (list maturin python-typing-extensions python-wrapper))

Reply via email to