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
|
||||
, dbus
|
||||
, libgee
|
||||
, evolution-data-server
|
||||
, evolution-data-server-gtk4
|
||||
, libsecret
|
||||
, db
|
||||
, python3
|
||||
|
@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [
|
||||
db
|
||||
dbus-glib
|
||||
evolution-data-server
|
||||
evolution-data-server-gtk4
|
||||
libsecret
|
||||
libsoup
|
||||
libxml2
|
||||
|
|
Loading…
Reference in a new issue