8 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "sha256-ILBleqxEO7wTxAw/fvDW+4O4H4XWV5m5WWtaNeRBr4g=";
18 propagatedBuildInputs = [ construct ];
20 # no checks from Pypi - https://github.com/happyleavesaoc/python-snapcast/issues/23
22 pythonImportsCheck = [ "snapcast" ];
25 description = "Control Snapcast, a multi-room synchronous audio solution";
26 homepage = "https://github.com/happyleavesaoc/python-snapcast/";
27 license = licenses.mit;
28 maintainers = with maintainers; [ peterhoeg ];