~ruther/guix-local

ffd53a77468d4bae5dad4b58329cd29e2860ec2b — Nicolas Graves 7 months ago dce4929
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 <sharlatanus@gmail.com>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -1
@@ 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)))