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