gnome3.grilo-plugins: add dependencies

Add libsoup dependency which is required by libgdata dependency of YouTube plug-in
and also by Dleyna plug-in, and which was removed during previous clean-up.

Also add dependencies for lua-factory plug-in which is enabled by default by master.

Partially fixes: https://github.com/NixOS/nixpkgs/issues/59792
This commit is contained in:
Jan Tojnar 2019-04-17 22:07:29 +02:00
parent 9d32a1c9d2
commit 121dce6fff
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -4,11 +4,14 @@
, ninja , ninja
, pkgconfig , pkgconfig
, gettext , gettext
, gperf
, sqlite , sqlite
, librest , librest
, libarchive
, libsoup
, gnome3 , gnome3
, libxml2 , libxml2
, lua5 , lua5_3
, liboauth , liboauth
, libgdata , libgdata
, libmediaart , libmediaart
@ -38,18 +41,21 @@ stdenv.mkDerivation rec {
pkgconfig pkgconfig
gettext gettext
itstool itstool
gperf # for lua-factory
]; ];
buildInputs = [ buildInputs = [
grilo grilo
libxml2 libxml2
libgdata libgdata
lua5 lua5_3
liboauth liboauth
sqlite sqlite
gnome-online-accounts gnome-online-accounts
totem-pl-parser totem-pl-parser
librest librest
libarchive
libsoup
gmime gmime
json-glib json-glib
avahi avahi