From 7eeab5ffa7cfd6f726a44f9eb1d40a5503437c06 Mon Sep 17 00:00:00 2001 From: Jake Forster Date: Sun, 28 Sep 2025 15:23:27 +0930 Subject: [PATCH] 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 --- gnu/packages/image-processing.scm | 2 ++ 1 file changed, 2 insertions(+) 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