diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-13 17:12:07 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-20 01:06:35 +0000 |
| commit | b3bad9431d38a46fe2903a3a0954e8cdd9d753f2 (patch) | |
| tree | 2039a778d49a70be2aa776575b0cb1060aa6cd3c /gnu/packages/image-processing.scm | |
| parent | 40b0c9bd2b2f3f1342e72e2c3be3205c5484f00b (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/image-processing.scm')
| -rw-r--r-- | gnu/packages/image-processing.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index 8899272d333..f06d4693428 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.") | |||
| 1367 | "-DBUILD_TESTING=OFF") | 1367 | "-DBUILD_TESTING=OFF") |
| 1368 | 1368 | ||
| 1369 | #:phases | 1369 | #:phases |
| 1370 | (with-extensions (list (pyproject-guile-json)) | ||
| 1370 | #~(modify-phases %standard-phases | 1371 | #~(modify-phases %standard-phases |
| 1371 | (add-after 'unpack 'do-not-tune | 1372 | (add-after 'unpack 'do-not-tune |
| 1372 | (lambda _ | 1373 | (lambda _ |
| @@ -1426,7 +1427,7 @@ libraries designed for computer vision research and implementation.") | |||
| 1426 | (lambda* (#:key inputs outputs tests? #:allow-other-keys) | 1427 | (lambda* (#:key inputs outputs tests? #:allow-other-keys) |
| 1427 | (when tests? | 1428 | (when tests? |
| 1428 | (py:add-installed-pythonpath inputs outputs) | 1429 | (py:add-installed-pythonpath inputs outputs) |
| 1429 | (invoke "python3" "-c" "import itk"))))))) | 1430 | (invoke "python3" "-c" "import itk")))))))) |
| 1430 | (inputs (list eigen | 1431 | (inputs (list eigen |
| 1431 | expat | 1432 | expat |
| 1432 | fftw | 1433 | fftw |
