miniplayer: fix build

+7 -1
+7 -1
pkgs/applications/audio/miniplayer/default.nix
··· 15 15 hash = "sha256-iUUsVIDLQAiaMomfA2LvvJZ2ePhgADtC6GCwIpRC1MA="; 16 16 }; 17 17 18 - propagatedBuildInputs = [ 18 + build-system = [ 19 + setuptools 20 + ]; 21 + 22 + dependencies = [ 19 23 colorthief 20 24 ffmpeg-python 21 25 mpd2 ··· 24 28 requests 25 29 ueberzug 26 30 ]; 31 + 32 + doCheck = false; # no tests 27 33 28 34 # pythonImportsCheck is disabled because this package doesn't expose any modules. 29 35