python3Packages.nidaqmx: fix eval failing due to misspelling
Introduced in commit ff7990087c.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user