11 buildPythonPackage rec {
14 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-GVzih9H2m2ZGSuZMRuaDG78b95PI3j0WQw5M3l4KNCs=";
24 propagatedBuildInputs = [
30 nativeCheckInputs = [ pytestCheckHook ];
33 homepage = "https://github.com/moloney/dcmstack";
34 description = "DICOM to Nifti conversion preserving metadata";
35 license = licenses.mit;
36 maintainers = with maintainers; [ bcdarwin ];