folks: Use GTK 4 variant of e-d-s

It does not really matter since folks does not use libedataserverui,
but we are aiming for not using gtk3 variant of e-d-s in GNOME ISO.
This commit is contained in:
Jan Tojnar 2022-09-20 15:37:51 +02:00
parent a1baaa57da
commit 3c1965e5b9

View file

@ -17,7 +17,7 @@
, nss , nss
, dbus , dbus
, libgee , libgee
, evolution-data-server , evolution-data-server-gtk4
, libsecret , libsecret
, db , db
, python3 , python3
@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
db db
dbus-glib dbus-glib
evolution-data-server evolution-data-server-gtk4
libsecret libsecret
libsoup libsoup
libxml2 libxml2