11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
21 rev = "refs/tags/${version}";
22 hash = "sha256-v65KEP5DuJsZAifd1Rh46x9lSAgBZgyo+e8PKSDKnhw=";
33 optional-dependencies = {
43 pythonImportsCheck = [
48 description = "Python driver/interface for Lego Mindstorms NXT robot";
49 homepage = "https://github.com/schodet/nxt-python";
50 changelog = "https://github.com/schodet/nxt-python/releases/tag/${version}";
51 license = licenses.gpl3Only;
52 maintainers = with maintainers; [ ibizaman ];