7 python3Packages.buildPythonApplication rec {
8 pname = "Mopidy-Tidal";
12 inherit pname version;
13 hash = "sha256-ekqhzKyU2WqTOeRR1ZSZA9yW3UXsLBsC2Bk6FZrQgmc=";
16 propagatedBuildInputs = [
18 python3Packages.tidalapi
21 nativeCheckInputs = with python3Packages; [
26 pytestFlagsArray = [ "tests/" ];
29 description = "Mopidy extension for playing music from Tidal";
30 homepage = "https://github.com/tehkillerbee/mopidy-tidal";
31 license = licenses.mit;