tracker: fix compatibility with sqlite 3.34

This commit is contained in:
Jan Tojnar 2020-12-10 13:37:26 +01:00
parent 9e3f47d2e8
commit f0a7851ed5
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -1,5 +1,6 @@
{ stdenv
, fetchurl
, fetchpatch
, gettext
, meson
, ninja
@ -43,6 +44,13 @@ stdenv.mkDerivation rec {
src = ./fix-paths.patch;
inherit asciidoc;
})
# Fix consistency error with sqlite 3.34
# https://gitlab.gnome.org/GNOME/tracker/merge_requests/353
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/tracker/commit/040e22d005985a19a0dc435a7631f91700804ce4.patch";
sha256 = "5OZj17XY8ZnXfMMim25HvGfFKUlsVlVHOUjZKfBKHcs=";
})
];
nativeBuildInputs = [