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:
parent
a1baaa57da
commit
3c1965e5b9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue