From ffd53a77468d4bae5dad4b58329cd29e2860ec2b Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 13 Sep 2025 16:58:25 +0200 Subject: [PATCH] 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 --- gnu/packages/python-xyz.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 08206799b2de0083552161e7534033cb240ef941..c57c003826ae3cce7c53fedb8afcd678584c467e 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)))