diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-13 17:01:14 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-07 15:00:19 +0100 |
commit | 801e4c75d187418b8fc4e128475d523a92322ee2 (patch) | |
tree | 479340997ff8cfe01e48d7c359252944b3db24d6 /gnu/packages/python-science.scm | |
parent | dca835ab455588b41de789be9cf5fe37440a607d (diff) |
gnu: python-clarabel: Extend with (pyproject-guile-json).
* gnu/packages/python-xyz.scm (python-clarabel)[arguments]
<#:phases>: Extend with (pyproject-guile-json).
Change-Id: I258bc867cc4269779ccf886601a00323b8f80083
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-science.scm')
-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 |