diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 9d1815f22a3..c61bf05d103 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -20924,6 +20924,8 @@ in modules // { sha256 = "02ili37dbs5mk5f6v3fmi1sji39ymc4zyq44x0abxzr88nc8nh97"; }; + buildInputs = with self; [ mock nose ]; + meta = { description = "Python API for the browse feature of Spotify"; homepage = https://github.com/trygveaa/python-tunigo;