gnome3.gnome-photos: use tracker_2

This commit is contained in:
WORLDofPEACE 2020-09-20 20:59:56 -04:00 committed by Jan Tojnar
parent 620c1ef3a0
commit 7186dd6a01
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -28,8 +28,8 @@
, nixosTests , nixosTests
, pkgconfig , pkgconfig
, python3 , python3
, tracker , tracker_2
, tracker-miners , tracker-miners-2
, wrapGAppsHook , wrapGAppsHook
}: }:
@ -84,8 +84,8 @@ stdenv.mkDerivation rec {
gtk3 gtk3
libdazzle libdazzle
libgdata libgdata
tracker tracker_2
tracker-miners # For 'org.freedesktop.Tracker.Miner.Files' GSettings schema tracker-miners-2 # For 'org.freedesktop.Tracker.Miner.Files' GSettings schema
at-spi2-core # for tests at-spi2-core # for tests
]; ];