From 765d0f4e5f589b7e6cbb789d8da9a3b4e6c0a3ec Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Tue, 20 Sep 2022 14:48:21 +0200 Subject: [PATCH] gnome.gnome-shell: Use GTK 4 variant of e-d-s It does not really matter since Shell does not use libedataserverui but we are aiming for not using gtk3 variant of e-d-s on the NixOS ISO. The shell still links gtk3 internally so continuing to use wrapGAppsHook. --- pkgs/desktops/gnome/core/gnome-shell/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/desktops/gnome/core/gnome-shell/default.nix b/pkgs/desktops/gnome/core/gnome-shell/default.nix index 4354576c79df..ccc34ecca019 100644 --- a/pkgs/desktops/gnome/core/gnome-shell/default.nix +++ b/pkgs/desktops/gnome/core/gnome-shell/default.nix @@ -43,7 +43,7 @@ , glib , gjs , mutter -, evolution-data-server +, evolution-data-server-gtk4 , gtk3 , gtk4 , libadwaita @@ -138,7 +138,7 @@ stdenv.mkDerivation rec { gjs mutter libpulseaudio - evolution-data-server + evolution-data-server-gtk4 libical gtk3 gtk4