gnome3.grilo-plugins: clean up

Grilo plugins have not used gupnp for a long time:

https://bugzilla.gnome.org/show_bug.cgi?id=733253
This commit is contained in:
Jan Tojnar 2019-03-16 06:25:32 +01:00
parent 5efa597089
commit c2de086b17
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -1,24 +1,61 @@
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, sqlite, librest { stdenv
, gnome3, libxml2, gupnp, gssdp, lua5, liboauth, gupnp-av, libgdata, libmediaart , fetchurl
, gmime, json-glib, avahi, tracker, dleyna-server, itstool, totem-pl-parser }: , meson
, ninja
, pkgconfig
, gettext
, sqlite
, librest
, gnome3
, libxml2
, lua5
, liboauth
, libgdata
, libmediaart
, grilo
, gnome-online-accounts
, gmime
, json-glib
, avahi
, tracker
, dleyna-server
, itstool
, totem-pl-parser
}:
let stdenv.mkDerivation rec {
pname = "grilo-plugins"; pname = "grilo-plugins";
version = "0.3.8"; version = "0.3.8";
in stdenv.mkDerivation rec {
name = "${pname}-${version}";
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz"; url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0nync07gah3jkpb5ph5d3gwbygmabnih2m3hfz7lkvjl2l5pgpac"; sha256 = "0nync07gah3jkpb5ph5d3gwbygmabnih2m3hfz7lkvjl2l5pgpac";
}; };
nativeBuildInputs = [ meson ninja pkgconfig gettext itstool ]; nativeBuildInputs = [
meson
ninja
pkgconfig
gettext
itstool
];
buildInputs = [ buildInputs = [
gnome3.grilo libxml2 gupnp gssdp libgdata grilo
lua5 liboauth gupnp-av sqlite gnome3.gnome-online-accounts libxml2
totem-pl-parser librest gmime json-glib libgdata
avahi libmediaart tracker dleyna-server lua5
liboauth
sqlite
gnome-online-accounts
totem-pl-parser
librest
gmime
json-glib
avahi
libmediaart
tracker
dleyna-server
]; ];
passthru = { passthru = {