8 python3Packages.buildPythonApplication rec {
13 inherit pname version;
14 hash = "sha256-PEAXnapiyxozijR053I7zQYRYLeDOV719L0QbO2r4r4=";
17 propagatedBuildInputs =
21 ++ (with python3Packages; [
27 # no tests implemented
31 homepage = "https://github.com/jaedb/Iris";
32 description = "Fully-functional Mopidy web client encompassing Spotify and many other backends";
33 license = licenses.asl20;
34 maintainers = [ maintainers.rvolosatovs ];