gnome-online-accounts: Fix crash with libxml 2.12
This commit is contained in:
parent
2fe42ab737
commit
69acd20548
1 changed files with 9 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ stdenv
|
||||
, lib
|
||||
, fetchFromGitLab
|
||||
, fetchpatch
|
||||
, pkg-config
|
||||
, vala
|
||||
, glib
|
||||
|
@ -44,6 +45,14 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-USl0Qay9pSgbbp3n/L8eBaRQwaBYledht5j+afmo++o=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Fix crash with EWS and libxml2.12.
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/commit/b9638e2418408be4906752297e700506766dcf20.patch";
|
||||
hash = "sha256-l9+qS9WF3RuG9NtQQzSjpFSLNJV4FkXxOsLKYbINqrQ=";
|
||||
})
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
"-Dfedora=false" # not useful in NixOS or for NixOS users.
|
||||
"-Dgoabackend=${lib.boolToString enableBackend}"
|
||||
|
|
Loading…
Reference in a new issue