python3Packages.nidaqmx: fix eval failing due to misspelling

Introduced in commit ff7990087c.
This commit is contained in:
sternenseemann 2022-01-05 10:02:05 +01:00
parent 8b28536598
commit fba4cce694

View File

@ -19,7 +19,7 @@ buildPythonPackage rec {
version = src.rev;
# 3.10 is not supported, upstream inactive
disabled = pythonAtleast "3.10";
disabled = pythonAtLeast "3.10";
src = fetchFromGitHub {
owner = "ni";