lollypop: add missing deps
We need the GIO_EXTRA_MODULE from glib-networking
This commit is contained in:
parent
b7a94c332a
commit
c10c96b991
@ -12,6 +12,10 @@
|
||||
, desktop-file-utils
|
||||
, totem-pl-parser
|
||||
, gobject-introspection
|
||||
, glib-networking
|
||||
, gdk-pixbuf
|
||||
, glib
|
||||
, pango
|
||||
, wrapGAppsHook
|
||||
, lastFMSupport ? true
|
||||
, youtubeSupport ? true
|
||||
@ -42,6 +46,9 @@ python3.pkgs.buildPythonApplication rec {
|
||||
];
|
||||
|
||||
buildInputs = with gst_all_1; [
|
||||
gdk-pixbuf
|
||||
glib
|
||||
glib-networking
|
||||
gst-libav
|
||||
gst-plugins-bad
|
||||
gst-plugins-base
|
||||
@ -50,6 +57,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
gstreamer
|
||||
gtk3
|
||||
libsoup
|
||||
pango
|
||||
totem-pl-parser
|
||||
] ++ lib.optional lastFMSupport libsecret;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user