Skip to content

Commit

Permalink
quodlibet: Remove webkitgtk dependency
Browse files Browse the repository at this point in the history
It is unused since 4.5.0:
quodlibet/quodlibet@b973220
  • Loading branch information
jtojnar committed Dec 7, 2024
1 parent 5835018 commit 0d60f6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions pkgs/applications/audio/quodlibet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
libmodplug,
librsvg,
libsoup_3,
webkitgtk_4_0,

# optional features
withDbusPython ? false,
Expand Down Expand Up @@ -90,7 +89,6 @@ python3.pkgs.buildPythonApplication {
libappindicator-gtk3
libmodplug
libsoup_3
webkitgtk_4_0
]
++ lib.optionals (withXineBackend) [ xine-lib ]
++ lib.optionals (withGstreamerBackend) (
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0d60f6f

Please sign in to comment.