summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c17f4cf367..c986fae2ec 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -39300,11 +39300,12 @@ etc. to check code that uses @code{orjson}.")
((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)))