Commit 0b8cee8a authored by Colin's avatar Colin
Browse files

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
parent 4e60a4d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.