Skip to content

Commit

Permalink
quodlibet: Auto-inject libsoup_3 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Dec 7, 2024
1 parent 4fbf61a commit 5835018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/quodlibet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
libappindicator-gtk3,
libmodplug,
librsvg,
libsoup,
libsoup_3,
webkitgtk_4_0,

# optional features
Expand Down Expand Up @@ -89,7 +89,7 @@ python3.pkgs.buildPythonApplication {
keybinder3
libappindicator-gtk3
libmodplug
libsoup
libsoup_3
webkitgtk_4_0
]
++ lib.optionals (withXineBackend) [ xine-lib ]
Expand Down
5 changes: 0 additions & 5 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15351,17 +15351,14 @@ with pkgs;
keybinder3 = null;
libappindicator-gtk3 = null;
libmodplug = null;
libsoup = libsoup_3;
};

quodlibet-without-gst-plugins = quodlibet.override {
libsoup = libsoup_3;
tag = "-without-gst-plugins";
withGstPlugins = false;
};

quodlibet-xine = quodlibet.override {
libsoup = libsoup_3;
tag = "-xine";
withGstreamerBackend = false;
withXineBackend = true;
Expand All @@ -15373,7 +15370,6 @@ with pkgs;
keybinder3 = keybinder3;
libappindicator-gtk3 = libappindicator-gtk3;
libmodplug = libmodplug;
libsoup = libsoup_3;
tag = "-full";
withDbusPython = true;
withMusicBrainzNgs = true;
Expand All @@ -15383,7 +15379,6 @@ with pkgs;
};

quodlibet-xine-full = quodlibet-full.override {
libsoup = libsoup_3;
tag = "-xine-full";
withGstreamerBackend = false;
withXineBackend = true;
Expand Down

0 comments on commit 5835018

Please sign in to comment.