~ruther/guix-local

759c416b4f86efa92073dc0670cad7d7f8928490 — Nicolas Graves 7 months ago 32305c0
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>
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
@@ 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))