Loading pkgs/development/python-modules/dicom-numpy/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, pythonOlder, pytestCheckHook, setuptools, numpy, pydicom, }: Loading @@ -22,6 +23,15 @@ buildPythonPackage rec { hash = "sha256-pgmREQlstr0GY2ThIWt4hbcSWmaNWgkr2gO4PSgGHqE="; }; postPatch = '' substituteInPlace dicom_numpy/zip_archive.py \ --replace-fail "pydicom.read_file" "pydicom.dcmread" ''; build-system = [ setuptools ]; propagatedBuildInputs = [ numpy pydicom Loading Loading
pkgs/development/python-modules/dicom-numpy/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, pythonOlder, pytestCheckHook, setuptools, numpy, pydicom, }: Loading @@ -22,6 +23,15 @@ buildPythonPackage rec { hash = "sha256-pgmREQlstr0GY2ThIWt4hbcSWmaNWgkr2gO4PSgGHqE="; }; postPatch = '' substituteInPlace dicom_numpy/zip_archive.py \ --replace-fail "pydicom.read_file" "pydicom.dcmread" ''; build-system = [ setuptools ]; propagatedBuildInputs = [ numpy pydicom Loading