gnomeExtensions.gsconnect: Use GTK 4 variant of e-d-s

It does not really matter since gsconnect does not use libedataserverui,
only EBookContacts and EDataServer typelibs but we are aiming for
not using gtk3 variant of e-d-s in GNOME closure.
This commit is contained in:
Jan Tojnar 2022-09-20 15:10:55 +02:00
parent 6ff9e88b82
commit 194315fc2e

View File

@ -13,6 +13,7 @@
, gtk3
, openssh
, gnome
, evolution-data-server-gtk4
, gjs
, nixosTests
}:
@ -55,7 +56,7 @@ stdenv.mkDerivation rec {
gtk3
gsound
gjs # for running daemon
gnome.evolution-data-server # for libebook-contacts typelib
evolution-data-server-gtk4 # for libebook-contacts typelib
];
mesonFlags = [