summary refs log tree commit diff
path: root/nixos/tests/installed-tests/gnome-photos.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/installed-tests/gnome-photos.nix')
-rw-r--r--nixos/tests/installed-tests/gnome-photos.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/installed-tests/gnome-photos.nix b/nixos/tests/installed-tests/gnome-photos.nix
index 05e7ccb65ad..bcb6479ee89 100644
--- a/nixos/tests/installed-tests/gnome-photos.nix
+++ b/nixos/tests/installed-tests/gnome-photos.nix
@@ -7,7 +7,7 @@ makeInstalledTest {
 
   testConfig = {
     programs.dconf.enable = true;
-    services.gnome3.at-spi2-core.enable = true; # needed for dogtail
+    services.gnome.at-spi2-core.enable = true; # needed for dogtail
     environment.systemPackages = with pkgs; [
       # gsettings tool with access to gsettings-desktop-schemas
       (stdenv.mkDerivation {