gnome3.gnome-online-miners: clean up
* format * do not use aliases * correct license
This commit is contained in:
parent
346e1f020e
commit
5e38561592
@ -1,6 +1,25 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, glib, gnome3, libxml2
|
{ stdenv
|
||||||
, libgdata, grilo, libzapojit, grilo-plugins, gnome-online-accounts, libmediaart
|
, fetchurl
|
||||||
, tracker_2, gfbgraph, librest, libsoup, json-glib, gmp, openssl, dleyna-server, wrapGAppsHook }:
|
, pkg-config
|
||||||
|
, glib
|
||||||
|
, gnome3
|
||||||
|
, libxml2
|
||||||
|
, libgdata
|
||||||
|
, grilo
|
||||||
|
, libzapojit
|
||||||
|
, grilo-plugins
|
||||||
|
, gnome-online-accounts
|
||||||
|
, libmediaart
|
||||||
|
, tracker_2
|
||||||
|
, gfbgraph
|
||||||
|
, librest
|
||||||
|
, libsoup
|
||||||
|
, json-glib
|
||||||
|
, gmp
|
||||||
|
, openssl
|
||||||
|
, dleyna-server
|
||||||
|
, wrapGAppsHook
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-online-miners";
|
pname = "gnome-online-miners";
|
||||||
@ -11,12 +30,27 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1n2jz9i8a42zwxx5h8j2gdy6q1vyydh4vl00r0al7w8jzdh24p44";
|
sha256 = "1n2jz9i8a42zwxx5h8j2gdy6q1vyydh4vl00r0al7w8jzdh24p44";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig wrapGAppsHook ];
|
nativeBuildInputs = [
|
||||||
|
pkg-config
|
||||||
|
wrapGAppsHook
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
glib libgdata libxml2 libsoup gmp openssl
|
glib
|
||||||
grilo libzapojit grilo-plugins
|
libgdata
|
||||||
gnome-online-accounts libmediaart
|
libxml2
|
||||||
tracker_2 gfbgraph json-glib librest
|
libsoup
|
||||||
|
gmp
|
||||||
|
openssl
|
||||||
|
grilo
|
||||||
|
libzapojit
|
||||||
|
grilo-plugins
|
||||||
|
gnome-online-accounts
|
||||||
|
libmediaart
|
||||||
|
tracker_2
|
||||||
|
gfbgraph
|
||||||
|
json-glib
|
||||||
|
librest
|
||||||
dleyna-server
|
dleyna-server
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -33,7 +67,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://wiki.gnome.org/Projects/GnomeOnlineMiners";
|
homepage = "https://wiki.gnome.org/Projects/GnomeOnlineMiners";
|
||||||
description = "A set of crawlers that go through your online content and index them locally in Tracker";
|
description = "A set of crawlers that go through your online content and index them locally in Tracker";
|
||||||
maintainers = teams.gnome.members;
|
maintainers = teams.gnome.members;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user