1 { lib, python3Packages, fetchPypi, mopidy }:
3 python3Packages.buildPythonApplication rec {
9 hash = "sha256-PEAXnapiyxozijR053I7zQYRYLeDOV719L0QbO2r4r4=";
12 propagatedBuildInputs = [
14 ] ++ (with python3Packages; [
20 # no tests implemented
24 homepage = "https://github.com/jaedb/Iris";
25 description = "Fully-functional Mopidy web client encompassing Spotify and many other backends";
26 license = licenses.asl20;
27 maintainers = [ maintainers.rvolosatovs ];