6 python3.pkgs.buildPythonApplication rec {
11 disabled = python3.pythonOlder "3.6";
13 src = fetchFromGitHub {
17 hash = "sha256-WxBwHjh5tCXclQXqrHrpvZdcQU93RObteAfZyyVvKf0=";
20 propagatedBuildInputs = with python3.pkgs; [
28 # Tests wants to communicate with hardware
31 pythonImportsCheck = [
36 description = "Command-line interface to control Sonos sound systems";
37 homepage = "https://github.com/avantrec/soco-cli";
38 license = with lib.licenses; [ asl20 ];
39 mainProgram = "sonos";
40 maintainers = with lib.maintainers; [ fab ];