Loading pkgs/development/python-modules/nad-receiver/default.nix +6 −2 Original line number Diff line number Diff line { lib, pyserial, buildPythonPackage, fetchFromGitHub, pyserial, pytestCheckHook, pythonAtLeast, pythonOlder, setuptools, standard-telnetlib, }: buildPythonPackage rec { Loading @@ -13,6 +15,8 @@ buildPythonPackage rec { version = "0.3.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "joopert"; repo = "nad_receiver"; Loading @@ -22,7 +26,7 @@ buildPythonPackage rec { build-system = [ setuptools ]; dependencies = [ pyserial ]; dependencies = [ pyserial ] ++ lib.optionals (pythonAtLeast "3.13") [ standard-telnetlib ]; nativeCheckInputs = [ pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/nad-receiver/default.nix +6 −2 Original line number Diff line number Diff line { lib, pyserial, buildPythonPackage, fetchFromGitHub, pyserial, pytestCheckHook, pythonAtLeast, pythonOlder, setuptools, standard-telnetlib, }: buildPythonPackage rec { Loading @@ -13,6 +15,8 @@ buildPythonPackage rec { version = "0.3.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "joopert"; repo = "nad_receiver"; Loading @@ -22,7 +26,7 @@ buildPythonPackage rec { build-system = [ setuptools ]; dependencies = [ pyserial ]; dependencies = [ pyserial ] ++ lib.optionals (pythonAtLeast "3.13") [ standard-telnetlib ]; nativeCheckInputs = [ pytestCheckHook ]; Loading