8 pythonPackages.buildPythonApplication rec {
9 pname = "Mopidy-Mopify";
13 inherit pname version;
14 hash = "sha256-RlCC+39zC+LeA/QDWPHYx5TrEwOgVrnvcH1Xg12qSLE=";
17 propagatedBuildInputs = with pythonPackages; [
22 # no tests implemented
26 homepage = "https://github.com/dirkgroenen/mopidy-mopify";
27 description = "Mopidy webclient based on the Spotify webbased interface";
28 license = licenses.gpl3;
29 maintainers = [ maintainers.Gonzih ];