Loading pkgs/development/python-modules/dicom2nifti/default.nix +7 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ nibabel, numpy, pydicom, pylibjpeg, pylibjpeg-libjpeg, scipy, setuptools, }: Loading Loading @@ -42,7 +44,11 @@ buildPythonPackage rec { substituteInPlace tests/test_ge.py --replace-fail "import convert_generic" "import dicom2nifti.convert_generic as convert_generic" ''; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook pylibjpeg pylibjpeg-libjpeg ]; pythonImportsCheck = [ "dicom2nifti" ]; Loading Loading
pkgs/development/python-modules/dicom2nifti/default.nix +7 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ nibabel, numpy, pydicom, pylibjpeg, pylibjpeg-libjpeg, scipy, setuptools, }: Loading Loading @@ -42,7 +44,11 @@ buildPythonPackage rec { substituteInPlace tests/test_ge.py --replace-fail "import convert_generic" "import dicom2nifti.convert_generic as convert_generic" ''; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook pylibjpeg pylibjpeg-libjpeg ]; pythonImportsCheck = [ "dicom2nifti" ]; Loading