diff options
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 38bfa7e3691..bae9dd1f7ac 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -628,12 +628,11 @@ 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 |
