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.
This commit is contained in:
parent
766a245dbc
commit
765d0f4e5f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue