1 { lib, pythonPackages, fetchPypi, mopidy }:
3 pythonPackages.buildPythonApplication rec {
4 pname = "Mopidy-Mopify";
9 hash = "sha256-RlCC+39zC+LeA/QDWPHYx5TrEwOgVrnvcH1Xg12qSLE=";
12 propagatedBuildInputs = with pythonPackages; [ mopidy configobj ];
14 # no tests implemented
18 homepage = "https://github.com/dirkgroenen/mopidy-mopify";
19 description = "Mopidy webclient based on the Spotify webbased interface";
20 license = licenses.gpl3;
21 maintainers = [ maintainers.Gonzih ];