mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
gnome3.gnome-online-miners: use tracker_2
Not ported yet https://gitlab.gnome.org/GNOME/gnome-online-miners/-/merge_requests/3.
This commit is contained in:
parent
c189b238d8
commit
caf4b9fe5e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, fetchurl, pkgconfig, glib, gnome3, libxml2
|
||||
, libgdata, grilo, libzapojit, grilo-plugins, gnome-online-accounts, libmediaart
|
||||
, tracker, gfbgraph, librest, libsoup, json-glib, gmp, openssl, dleyna-server, wrapGAppsHook }:
|
||||
, tracker_2, gfbgraph, librest, libsoup, json-glib, gmp, openssl, dleyna-server, wrapGAppsHook }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-online-miners";
|
||||
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||
glib libgdata libxml2 libsoup gmp openssl
|
||||
grilo libzapojit grilo-plugins
|
||||
gnome-online-accounts libmediaart
|
||||
tracker gfbgraph json-glib librest
|
||||
tracker_2 gfbgraph json-glib librest
|
||||
dleyna-server
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue