Merge pull request #316077 from uninsane/pr-planify-eds-gtk4

planify: build with the -gtk4 variant of evolution-data-server
This commit is contained in:
Bobby Rong
2024-05-31 14:51:34 +08:00
committed by GitHub
+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.