summaryrefslogtreecommitdiff
path: root/gnu/packages/image-processing.scm
diff options
context:
space:
mode:
authorJake Forster <jakecameron.forster@gmail.com>2025-09-28 15:23:27 +0930
committerAndreas Enge <andreas@enge.fr>2025-09-29 15:12:20 +0200
commit7eeab5ffa7cfd6f726a44f9eb1d40a5503437c06 (patch)
tree8daee76d75d0f3601ddd6ee0e98fa06f8421d081 /gnu/packages/image-processing.scm
parent16aaabdf53c74aff0f4d3a297effca450f0abac4 (diff)
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>
Diffstat (limited to 'gnu/packages/image-processing.scm')
-rw-r--r--gnu/packages/image-processing.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index 9f2f1afd454..f228166137b 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -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