From 286e3329fab4bac18652a5c49cb55e26f2d14c2c Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Tue, 20 Sep 2022 14:38:58 +0200 Subject: [PATCH] gnome.gnome-todo: Use GTK 4 variants of dependencies It does not really matter for e-d-s since todo/endeavour does not use libedataserverui but we are aiming for not using gtk3 variant of e-d-s on the NixOS ISO. --- pkgs/desktops/gnome/apps/gnome-todo/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/desktops/gnome/apps/gnome-todo/default.nix b/pkgs/desktops/gnome/apps/gnome-todo/default.nix index 582a0772a680..1f905dcc7c1f 100644 --- a/pkgs/desktops/gnome/apps/gnome-todo/default.nix +++ b/pkgs/desktops/gnome/apps/gnome-todo/default.nix @@ -6,7 +6,7 @@ , ninja , pkg-config , python3 -, wrapGAppsHook +, wrapGAppsHook4 , gettext , gnome , glib @@ -17,7 +17,7 @@ , gnome-online-accounts , gsettings-desktop-schemas , libportal-gtk4 -, evolution-data-server +, evolution-data-server-gtk4 , libical , librest , json-glib @@ -53,7 +53,7 @@ stdenv.mkDerivation rec { pkg-config gettext python3 - wrapGAppsHook + wrapGAppsHook4 itstool ]; @@ -69,7 +69,7 @@ stdenv.mkDerivation rec { # Plug-ins libportal-gtk4 # background - evolution-data-server # eds + evolution-data-server-gtk4 # eds libical librest # todoist json-glib # todoist