miniplayer: fix build

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