summary refs log tree commit diff
path: root/pkgs/applications/graphics/gnome-photos
diff options
context:
space:
mode:
authorWORLDofPEACE <worldofpeace@protonmail.ch>2020-09-20 20:59:56 -0400
committerJan Tojnar <jtojnar@gmail.com>2020-10-24 01:15:49 +0200
commit7186dd6a0127fc859207e9eb073e7bee42f334f9 (patch)
tree47ecfdc5579d2602a128227bcb059d5d10fce329 /pkgs/applications/graphics/gnome-photos
parent620c1ef3a087102f95a5d95abe7b358f4c287bd4 (diff)
downloadnixpkgs-7186dd6a0127fc859207e9eb073e7bee42f334f9.tar
nixpkgs-7186dd6a0127fc859207e9eb073e7bee42f334f9.tar.gz
nixpkgs-7186dd6a0127fc859207e9eb073e7bee42f334f9.tar.bz2
nixpkgs-7186dd6a0127fc859207e9eb073e7bee42f334f9.tar.lz
nixpkgs-7186dd6a0127fc859207e9eb073e7bee42f334f9.tar.xz
nixpkgs-7186dd6a0127fc859207e9eb073e7bee42f334f9.tar.zst
nixpkgs-7186dd6a0127fc859207e9eb073e7bee42f334f9.zip
gnome3.gnome-photos: use tracker_2
Diffstat (limited to 'pkgs/applications/graphics/gnome-photos')
-rw-r--r--pkgs/applications/graphics/gnome-photos/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/gnome-photos/default.nix b/pkgs/applications/graphics/gnome-photos/default.nix
index 9ce176033af..671311d10fd 100644
--- a/pkgs/applications/graphics/gnome-photos/default.nix
+++ b/pkgs/applications/graphics/gnome-photos/default.nix
@@ -28,8 +28,8 @@
 , nixosTests
 , pkgconfig
 , python3
-, tracker
-, tracker-miners
+, tracker_2
+, tracker-miners-2
 , wrapGAppsHook
 }:
 
@@ -84,8 +84,8 @@ stdenv.mkDerivation rec {
     gtk3
     libdazzle
     libgdata
-    tracker
-    tracker-miners # For 'org.freedesktop.Tracker.Miner.Files' GSettings schema
+    tracker_2
+    tracker-miners-2 # For 'org.freedesktop.Tracker.Miner.Files' GSettings schema
 
     at-spi2-core # for tests
   ];