From b3bad9431d38a46fe2903a3a0954e8cdd9d753f2 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 13 Sep 2025 17:12:07 +0200 Subject: [PATCH] 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 --- 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 8899272d333f223629e6e7de1c8e693df532626c..f06d469342878370b290258fe87b6db7baf2cedd 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