@@ 36537,6 36537,7 @@ functionality and customization to your projects with their own plugins.")
((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))
@@ 36548,7 36549,7 @@ functionality and customization to your projects with their own plugins.")
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(with-directory-excursion #$output
- (invoke "pytest" "-vv"))))))
+ (invoke "pytest" "-vv")))))))
#:install-source? #false))
(native-inputs
(list maturin