miniplayer: fix build

This commit is contained in:
Martin Weinelt 2024-03-28 03:35:25 +01:00
parent 92a2684790
commit 2a1c9c5062
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -15,7 +15,11 @@ buildPythonApplication rec {
hash = "sha256-iUUsVIDLQAiaMomfA2LvvJZ2ePhgADtC6GCwIpRC1MA="; hash = "sha256-iUUsVIDLQAiaMomfA2LvvJZ2ePhgADtC6GCwIpRC1MA=";
}; };
propagatedBuildInputs = [ build-system = [
setuptools
];
dependencies = [
colorthief colorthief
ffmpeg-python ffmpeg-python
mpd2 mpd2
@ -25,6 +29,8 @@ buildPythonApplication rec {
ueberzug ueberzug
]; ];
doCheck = false; # no tests
# pythonImportsCheck is disabled because this package doesn't expose any modules. # pythonImportsCheck is disabled because this package doesn't expose any modules.
meta = with lib; { meta = with lib; {