1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 00:25:58 +02:00

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>
This commit is contained in:
Nicolas Graves
2025-09-13 17:01:14 +02:00
committed by Sharlatan Hellseher
parent c99350036c
commit dd84b1ab9a
+2 -1
View File
@@ -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