guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit df1efd33135422ce091af08bf6ec357bfa205be2
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Sep 13 17:12:07 2025 +0200
gnu: insight-toolkit: Extend with (pyproject-guile-json).
* gnu/packages/image-processing.scm (insight-toolkit)[arguments]
<#:phases>: Extend with (pyproject-guile-json).
Change-Id: I49eb6f6b97872e0742b002c354db660bde2fd211
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/image-processing.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/image-processing.scm
b/gnu/packages/image-processing.scm
index 8899272d33..f06d469342 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -1367,6 +1367,7 @@ libraries designed for computer vision research and
implementation.")
"-DBUILD_TESTING=OFF")
#:phases
+ (with-extensions (list (pyproject-guile-json))
#~(modify-phases %standard-phases
(add-after 'unpack 'do-not-tune
(lambda _
@@ -1426,7 +1427,7 @@ libraries designed for computer vision research and
implementation.")
(lambda* (#:key inputs outputs tests? #:allow-other-keys)
(when tests?
(py:add-installed-pythonpath inputs outputs)
- (invoke "python3" "-c" "import itk")))))))
+ (invoke "python3" "-c" "import itk"))))))))
(inputs (list eigen
expat
fftw