~ruther/guix-local

b3bad9431d38a46fe2903a3a0954e8cdd9d753f2 — Nicolas Graves 7 months ago 40b0c9b
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>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/image-processing.scm
M gnu/packages/image-processing.scm => gnu/packages/image-processing.scm +2 -1
@@ 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