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
|
, 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
|
||||||
|
Loading…
Reference in New Issue
Block a user