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
1 changed files with 7 additions and 1 deletions

View File

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