diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-13 16:57:00 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-20 01:06:34 +0000 |
| commit | 759c416b4f86efa92073dc0670cad7d7f8928490 (patch) | |
| tree | 1787fb73de3de3d528b481abac134e28bbfe7dd3 /gnu/packages/python-xyz.scm | |
| parent | 32305c0543b44029ecb5c03b1ac57583e9da8dbb (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.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6d96770b8c5..ecd621bccbe 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9962,11 +9962,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)) |
