summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-13 16:58:25 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-20 01:06:34 +0000
commitffd53a77468d4bae5dad4b58329cd29e2860ec2b (patch)
treea4460dfe4c81c0c4a930e66d55febafbfb030b87 /gnu
parentdce4929cff28de329ecffaeedcb8205285feebf5 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 08206799b2d..c57c003826a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35656,11 +35656,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)))