python310Packages.dicom-numpy: checkInputs -> nativeCheckInputs

This commit is contained in:
Ben Darwin 2023-03-30 12:57:29 -04:00
parent 0b72442839
commit b5a1402043

View File

@ -24,7 +24,7 @@ buildPythonPackage rec {
pydicom
];
checkInputs = [
nativeCheckInputs = [
pytestCheckHook
];