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

commit 1d2aa86aa47130d9ddaad0265821af79d451455b
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 23bc9e92e5..9eb1d7eceb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5910,11 +5910,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