summary refs log tree commit diff
path: root/modules/packages/xdg-desktop-portal-gtk.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/packages/xdg-desktop-portal-gtk.nix')
-rw-r--r--modules/packages/xdg-desktop-portal-gtk.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/packages/xdg-desktop-portal-gtk.nix b/modules/packages/xdg-desktop-portal-gtk.nix
index cfe48d4..c849b17 100644
--- a/modules/packages/xdg-desktop-portal-gtk.nix
+++ b/modules/packages/xdg-desktop-portal-gtk.nix
@@ -7,7 +7,7 @@
   pkg-config,
   xdg-desktop-portal,
   gtk3,
-  gnome,
+  gnome-settings-daemon,
   gnome-desktop,
   glib,
   wrapGAppsHook,
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
     ++ lib.optionals buildPortalsInGnome [
       gsettings-desktop-schemas # settings exposed by settings portal
       gnome-desktop
-      gnome.gnome-settings-daemon # schemas needed for settings api (mostly useless now that fonts were moved to g-d-s, just mouse and xsettings)
+      gnome-settings-daemon # schemas needed for settings api (mostly useless now that fonts were moved to g-d-s, just mouse and xsettings)
     ];
 
   mesonFlags = lib.optionals (!buildPortalsInGnome) [