~ruther/guix-local

7eeab5ffa7cfd6f726a44f9eb1d40a5503437c06 — Jake Forster 9 months ago 16aaabd
gnu: simpleitk: Fix 'pip install'.

* gnu/packages/image-processing.scm: Import (gnu packages nss).
(simpleitk) [native-inputs]: Add nss-certs-for-test.

Change-Id: If8c1e75b8813f44384fe0c4a5396fce46441d077
Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/image-processing.scm
M gnu/packages/image-processing.scm => gnu/packages/image-processing.scm +2 -0
@@ 92,6 92,7 @@
  #:use-module (gnu packages lua)
  #:use-module (gnu packages maths)
  #:use-module (gnu packages mpi)
  #:use-module (gnu packages nss)
  #:use-module (gnu packages opencl)
  #:use-module (gnu packages pdf)
  #:use-module (gnu packages perl)


@@ 1865,6 1866,7 @@ and Scan Tailor Enhanced versions as well as including many more bug fixes.")
    (native-inputs
     (list googletest
           lua
           nss-certs-for-test           ;for 'pip install'
           python-numpy                 ;for tests
           python-pip
           python-setuptools