8 python3Packages.buildPythonApplication rec {
9 pname = "Mopidy-Tidal";
13 inherit pname version;
14 hash = "sha256-ekqhzKyU2WqTOeRR1ZSZA9yW3UXsLBsC2Bk6FZrQgmc=";
17 propagatedBuildInputs = [
19 python3Packages.tidalapi
22 nativeCheckInputs = with python3Packages; [
27 pytestFlagsArray = [ "tests/" ];
30 description = "Mopidy extension for playing music from Tidal";
31 homepage = "https://github.com/tehkillerbee/mopidy-tidal";
32 license = licenses.mit;