lollypop: add kid3 to build inputs.

Lollypop allows for metadata editing through kid3, which was missing from its derivation.
This commit is contained in:
Nydragon 2024-05-06 13:24:59 +09:00
parent ff59531e83
commit 93ecf94993
No known key found for this signature in database
GPG Key ID: 14AA30A865EA1209

View File

@ -21,6 +21,7 @@
, wrapGAppsHook
, lastFMSupport ? true
, youtubeSupport ? true
, kid3Support ? true
}:
python3.pkgs.buildPythonApplication rec {
@ -69,7 +70,8 @@ python3.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python3.pkgs;
[ beautifulsoup4 pillow pycairo pygobject3 ]
++ lib.optional lastFMSupport pylast
++ lib.optional youtubeSupport youtube-dl;
++ lib.optional youtubeSupport youtube-dl
++ lib.optional kid3Support pkgs.kid3;
postPatch = ''
chmod +x meson_post_install.py