mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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:
parent
9d32a1c9d2
commit
121dce6fff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user