1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

evolution-data-server: 3.50.2 → 3.50.3

https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.50.2...3.50.3

Also removes libaccounts-glib dependency, which is not needed since 3.31.1:
66121edf92
This commit is contained in:
Maxine Aubrey 2024-01-05 15:38:31 +01:00 committed by Bobby Rong
parent 8d4c637199
commit 85f0144502
No known key found for this signature in database
2 changed files with 3 additions and 6 deletions

View file

@ -33,7 +33,6 @@
, enableOAuth2 ? stdenv.isLinux
, webkitgtk_4_1
, webkitgtk_6_0
, libaccounts-glib
, json-glib
, glib
, gtk3
@ -51,13 +50,13 @@
stdenv.mkDerivation rec {
pname = "evolution-data-server";
version = "3.50.2";
version = "3.50.3";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "mirror://gnome/sources/evolution-data-server/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "XmYnA4jVDBTzsa4/oNISe5/tznUqzTk7VUUoGwH8SXA=";
sha256 = "sha256-Il1wtqQCaPIlwqxCjuXrUtWm/aJgKVXVCiSXBSb+JFI=";
};
patches = [
@ -107,8 +106,6 @@ stdenv.mkDerivation rec {
libphonenumber
boost
protobuf
] ++ lib.optionals stdenv.isLinux [
libaccounts-glib
] ++ lib.optionals stdenv.isDarwin [
libiconv
] ++ lib.optionals withGtk3 [

View file

@ -361,7 +361,7 @@ index e61160c..b6553a4 100644
G_CALLBACK (mi_user_headers_settings_changed_cb), NULL);
G_UNLOCK (mi_user_headers);
diff --git a/src/camel/providers/imapx/camel-imapx-server.c b/src/camel/providers/imapx/camel-imapx-server.c
index ef34665..59f294b 100644
index 8518c90..6a655a9 100644
--- a/src/camel/providers/imapx/camel-imapx-server.c
+++ b/src/camel/providers/imapx/camel-imapx-server.c
@@ -5627,7 +5627,18 @@ camel_imapx_server_do_old_flags_update (CamelFolder *folder)