planify: build with the -gtk4 variant of evolution-data-server

this saves us from having to build both the webkitgtk_6_0 (gtk4)
AND webkitgtk_4_1 (gtk3) versions of webkitgtk. Planify now depends only
on the webkitgtk_6_0 version
This commit is contained in:
Colin
2024-05-31 05:58:52 +00:00
parent 4e60a4d94b
commit 0b8cee8ae4
+2 -2
View File
@@ -7,7 +7,7 @@
, pkg-config
, vala
, wrapGAppsHook4
, evolution-data-server
, evolution-data-server-gtk4
, glib
, glib-networking
, gst_all_1
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
evolution-data-server
evolution-data-server-gtk4
glib
glib-networking
# Needed for GtkMediaStream creation with success.ogg, see #311295.