python310Packages.dicom-numpy: checkInputs -> nativeCheckInputs
This commit is contained in:
parent
0b72442839
commit
b5a1402043
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||||
pydicom
|
pydicom
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [
|
nativeCheckInputs = [
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue