diff options
-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 b5c435afd0..c536418afb 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13044,6 +13044,7 @@ numpy arrays to TIFF, BigTIFF, and ImageJ hyperstack compatible files.") ((guix build pyproject-build-system) #:prefix py:) (guix build utils)) #:phases + (with-extensions (list (pyproject-guile-json)) #~(modify-phases %standard-phases (replace 'build (assoc-ref py:%standard-phases 'build)) @@ -13057,7 +13058,7 @@ numpy arrays to TIFF, BigTIFF, and ImageJ hyperstack compatible files.") (assoc-ref py:%standard-phases 'create-entrypoints) (assoc-ref py:%standard-phases 'compile-bytecode))) (replace 'install - (assoc-ref py:%standard-phases 'install))))) + (assoc-ref py:%standard-phases 'install)))))) (propagated-inputs (list python-regex python-requests)) (inputs (cargo-inputs 'python-tiktoken)) (native-inputs |