summaryrefslogtreecommitdiffstats
path: root/pkgs/development
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2021-01-21 12:29:30 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2021-01-21 13:18:33 +0100
commitcd9c691abe6a856f187b05c1019de94a74a31bb5 (patch)
treed78ae5fde47a1751ed6c32bea5be19452abbcb4b /pkgs/development
parent8c2215be682e734aedb87ba36a6be06c3179b868 (diff)
pythonPackages.nidaqmx: fix spelling of pythonImportsCheck
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/nidaqmx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/nidaqmx/default.nix b/pkgs/development/python-modules/nidaqmx/default.nix
index 937e6c1c91bd..9d916cc9324d 100644
--- a/pkgs/development/python-modules/nidaqmx/default.nix
+++ b/pkgs/development/python-modules/nidaqmx/default.nix
@@ -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"
];