mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
16aaabdf53
commit
7eeab5ffa7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue