about 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 bcb6479ee89c6..010ad97024026 100644
--- a/nixos/tests/installed-tests/gnome-photos.nix
+++ b/nixos/tests/installed-tests/gnome-photos.nix
@@ -13,7 +13,7 @@ makeInstalledTest {
       (stdenv.mkDerivation {
         name = "desktop-gsettings";
         dontUnpack = true;
-        nativeBuildInputs = [ glib wrapGAppsHook ];
+        nativeBuildInputs = [ glib wrapGAppsHook3 ];
         buildInputs = [ gsettings-desktop-schemas ];
         installPhase = ''
           runHook preInstall