diff --git a/pkgs/development/python-modules/nidaqmx/default.nix b/pkgs/development/python-modules/nidaqmx/default.nix index 937688d0c4e3..60c9f271011c 100644 --- a/pkgs/development/python-modules/nidaqmx/default.nix +++ b/pkgs/development/python-modules/nidaqmx/default.nix @@ -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";