summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-13 16:56:33 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-20 01:06:34 +0000
commit32305c0543b44029ecb5c03b1ac57583e9da8dbb (patch)
tree09a5e7c1ca5360301a1a097cf69ae55cef093689 /gnu/packages/python-xyz.scm
parent545f8fadb10c5f260f95e94e73ede095490a8656 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-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 85f63774fef..6d96770b8c5 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)))