pythonPackages.nidaqmx: fix spelling of pythonImportsCheck

This commit is contained in:
Robert Schütz 2021-01-21 12:29:30 +01:00 committed by Frederik Rietdijk
parent 8c2215be68
commit cd9c691abe

View file

@ -43,7 +43,7 @@ buildPythonPackage rec {
# Fixture "x_series_device" called directly. Fixtures are not meant to be called directly
doCheck = false;
pythonCheckImports = [
pythonImportsCheck = [
"nidaqmx.task"
];