summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-13 16:57:00 +0200
committerAndreas Enge <andreas@enge.fr>2025-10-17 12:04:46 +0200
commit0ae60a82ffea52300bcbf81e7397def8cb8ce512 (patch)
tree1672f484f698edf41e330c0736d9662b9ecb1d3c /gnu/packages/python-xyz.scm
parentb5d67c907d687deb9b496582c4a77f010ead7e7b (diff)
gnu: python-pydantic-core: Extend with (pyproject-guile-json).
* gnu/packages/python-xyz.scm (python-pydantic-core)[arguments] <#:phases>: Extend with (pyproject-guile-json). Change-Id: Ifa061c9408a6f67988c3fcdc24123fd295a85261 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 0f85605b57..3bf201826f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9823,11 +9823,12 @@ errors when data is invalid.")
((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))
(native-inputs
(list maturin python-typing-extensions python-wrapper))