From dd84b1ab9a36c93393a924a8c34058772d80e3cd Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 13 Sep 2025 17:01:14 +0200 Subject: [PATCH] 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 --- gnu/packages/python-science.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index f8d78f61cc8bbb7b8689b30e7ea10f49417fe86b..8354273c1b1fbb2b06e1f91f1f75f03947be0d2f 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -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