summary refs log tree commit diff
path: root/pkgs/applications/graphics/gnome-photos
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-08-19 23:43:13 +0200
committerJan Tojnar <jtojnar@gmail.com>2020-08-19 23:43:13 +0200
commit4dd782f5ddc03253713875944fe1f4be6a3329be (patch)
tree5e47e371dc7091fa2eb47ecbabaa08bbcb50f1df /pkgs/applications/graphics/gnome-photos
parentc54bdc69ee305d9a5917a31784620843ed71eef4 (diff)
downloadnixpkgs-4dd782f5ddc03253713875944fe1f4be6a3329be.tar
nixpkgs-4dd782f5ddc03253713875944fe1f4be6a3329be.tar.gz
nixpkgs-4dd782f5ddc03253713875944fe1f4be6a3329be.tar.bz2
nixpkgs-4dd782f5ddc03253713875944fe1f4be6a3329be.tar.lz
nixpkgs-4dd782f5ddc03253713875944fe1f4be6a3329be.tar.xz
nixpkgs-4dd782f5ddc03253713875944fe1f4be6a3329be.tar.zst
nixpkgs-4dd782f5ddc03253713875944fe1f4be6a3329be.zip
gnome-photos: fix tests reference
Diffstat (limited to 'pkgs/applications/graphics/gnome-photos')
-rw-r--r--pkgs/applications/graphics/gnome-photos/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/gnome-photos/default.nix b/pkgs/applications/graphics/gnome-photos/default.nix
index 8660f6f218e..337b8f4cba6 100644
--- a/pkgs/applications/graphics/gnome-photos/default.nix
+++ b/pkgs/applications/graphics/gnome-photos/default.nix
@@ -111,7 +111,7 @@ stdenv.mkDerivation rec {
     };
 
     tests = {
-      installed-tests = nixosTests.gnome-photos;
+      installed-tests = nixosTests.installed-tests.gnome-photos;
     };
   };