miniplayer: fix build
This commit is contained in:
parent
92a2684790
commit
2a1c9c5062
1 changed files with 7 additions and 1 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue