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
|
, desktop-file-utils
|
||||||
, totem-pl-parser
|
, totem-pl-parser
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
|
, glib-networking
|
||||||
|
, gdk-pixbuf
|
||||||
|
, glib
|
||||||
|
, pango
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
, lastFMSupport ? true
|
, lastFMSupport ? true
|
||||||
, youtubeSupport ? true
|
, youtubeSupport ? true
|
||||||
@ -42,6 +46,9 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = with gst_all_1; [
|
buildInputs = with gst_all_1; [
|
||||||
|
gdk-pixbuf
|
||||||
|
glib
|
||||||
|
glib-networking
|
||||||
gst-libav
|
gst-libav
|
||||||
gst-plugins-bad
|
gst-plugins-bad
|
||||||
gst-plugins-base
|
gst-plugins-base
|
||||||
@ -50,6 +57,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
gstreamer
|
gstreamer
|
||||||
gtk3
|
gtk3
|
||||||
libsoup
|
libsoup
|
||||||
|
pango
|
||||||
totem-pl-parser
|
totem-pl-parser
|
||||||
] ++ lib.optional lastFMSupport libsecret;
|
] ++ lib.optional lastFMSupport libsecret;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user