~ruther/guix-local

dd84b1ab9a36c93393a924a8c34058772d80e3cd — Nicolas Graves 7 months ago c993500
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>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python-science.scm
M gnu/packages/python-science.scm => gnu/packages/python-science.scm +2 -1
@@ 576,11 576,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