13 buildApplication ? false,
16 buildPythonPackage rec {
21 src = fetchFromGitHub {
22 owner = "benthetechguy";
25 hash = "sha256-sye2GtL3a77pygllZc6ylaIP7faPb+NFbyKKyqJzIXw=";
30 ++ lib.optionals buildApplication [
35 propagatedBuildInputs =
40 ++ lib.optionals buildApplication [
46 pythonImportsCheck = [ "controku" ];
49 changelog = "https://github.com/benthetechguy/controku/releases/tag/${version}";
50 description = "Control Roku devices from the comfort of your own desktop";
51 mainProgram = "controku";
52 homepage = "https://github.com/benthetechguy/controku";
53 license = licenses.gpl3Only;
54 maintainers = with maintainers; [ mjm ];