diff options
-rw-r--r-- | gnu/packages/python-science.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index fef777246e..d6b4504dfb 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -571,11 +571,12 @@ written in C.") ((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)))) #:features '(list "python") #:install-source? #false)) (inputs |