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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user