quodlibet: Remove webkitgtk dependency
It is unused since 4.5.0: https://github.com/quodlibet/quodlibet/commit/b973220cccc9f3cdb411e68f595d2c79bf4bf76a
This commit is contained in:
@@ -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) (
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user