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

commit 6b2de45611c28c1293b10d82e35559982d677d3d
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Sep 13 16:56:33 2025 +0200

    gnu: python-orjson: Extend with (pyproject-guile-json).
    
    * gnu/packages/python-xyz.scm (python-orjson)[arguments]
    <#:phases>: Extend with (pyproject-guile-json).
    
    Change-Id: If76da1021cd035828bf5c365c01ac0f94e96d2c1
    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 05a873f382..938033c201 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5514,11 +5514,12 @@ help formatter.")
                   ((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))
     (inputs
      (cons maturin (cargo-inputs 'python-orjson)))

Reply via email to