1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

lollypop: add missing deps

We need the GIO_EXTRA_MODULE from glib-networking
This commit is contained in:
worldofpeace 2020-03-03 19:48:24 -05:00
parent b7a94c332a
commit c10c96b991

View file

@ -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;