guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 1714fdb24575955633a4fb47b53d2a0f5d38341b
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Sep 13 16:58:25 2025 +0200
gnu: python-rpds-py: Extend with (pyproject-guile-json).
* gnu/packages/python-xyz.scm (python-rpds-py)[arguments]
<#:phases>: Extend with (pyproject-guile-json).
Change-Id: I39ba227211450ae8de98c76af12102f8972c9020
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 82cdbcc260..c682592c23 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -37747,11 +37747,12 @@ both.")
((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-rpds-py)))