pantheon.elementary-mail: Backport a crash fix

This commit is contained in:
Bobby Rong 2023-03-13 07:55:20 +08:00
parent 0c4800d579
commit 24450ca95b
No known key found for this signature in database

View File

@ -44,6 +44,12 @@ stdenv.mkDerivation rec {
url = "https://github.com/elementary/mail/commit/9e6eb73a8420c9bf327e59c25e7e6d8fa87d480a.patch";
sha256 = "sha256-idkVymePLa7vgfuou0HIrbWRCaWAgZliDcp4HyZBArs=";
})
# Fix crash on setting message flag
# https://github.com/elementary/mail/pull/825
(fetchpatch {
url = "https://github.com/elementary/mail/commit/c630f926196e44e086ddda6086cb8b9bdd3efc83.patch";
sha256 = "sha256-4vEETSHA1Gd8GpBZuko4X+9AjG7SFwUlK2MxrWq+iOE=";
})
];
nativeBuildInputs = [