quodlibet: Remove webkitgtk dependency

It is unused since 4.5.0:
https://github.com/quodlibet/quodlibet/commit/b973220cccc9f3cdb411e68f595d2c79bf4bf76a
This commit is contained in:
Jan Tojnar
2024-12-08 00:37:52 +01:00
parent 583501865a
commit 0d60f6f66c
2 changed files with 1 additions and 3 deletions
@@ -21,7 +21,6 @@
libmodplug,
librsvg,
libsoup_3,
webkitgtk_4_0,
# optional features
withDbusPython ? false,
@@ -90,7 +89,6 @@ python3.pkgs.buildPythonApplication {
libappindicator-gtk3
libmodplug
libsoup_3
webkitgtk_4_0
]
++ lib.optionals (withXineBackend) [ xine-lib ]
++ lib.optionals (withGstreamerBackend) (
+1 -1
View File
@@ -15365,7 +15365,7 @@ with pkgs;
};
quodlibet-full = quodlibet.override {
inherit gtksourceview webkitgtk_4_0;
inherit gtksourceview;
kakasi = kakasi;
keybinder3 = keybinder3;
libappindicator-gtk3 = libappindicator-gtk3;