Loading pkgs/development/python-modules/androidtvremote2/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ cryptography, fetchFromGitHub, protobuf, pythonOlder, setuptools, }: Loading @@ -14,8 +13,6 @@ buildPythonPackage rec { version = "0.3.0"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "tronikos"; repo = "androidtvremote2"; Loading @@ -39,7 +36,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library to interact with the Android TV Remote protocol v2"; homepage = "https://github.com/tronikos/androidtvremote2"; changelog = "https://github.com/tronikos/androidtvremote2/releases/tag/v${version}"; changelog = "https://github.com/tronikos/androidtvremote2/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/androidtvremote2/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ cryptography, fetchFromGitHub, protobuf, pythonOlder, setuptools, }: Loading @@ -14,8 +13,6 @@ buildPythonPackage rec { version = "0.3.0"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "tronikos"; repo = "androidtvremote2"; Loading @@ -39,7 +36,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library to interact with the Android TV Remote protocol v2"; homepage = "https://github.com/tronikos/androidtvremote2"; changelog = "https://github.com/tronikos/androidtvremote2/releases/tag/v${version}"; changelog = "https://github.com/tronikos/androidtvremote2/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; Loading