tracker: drop sqlite compat patch

This commit is contained in:
Maxine Aubrey 2022-12-07 00:57:16 +01:00
parent 8bc69af9f3
commit bfbfcb70c4
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -1,7 +1,6 @@
{ stdenv
, lib
, fetchurl
, fetchpatch
, gettext
, meson
, ninja
@ -39,14 +38,6 @@ stdenv.mkDerivation rec {
sha256 = "Tm3xQqT3BIePypjrtaIkdQ5epUaqKqq6pyanNUC9FzE=";
};
patches = [
# Backport compatibility fix for newer SQLite.
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/tracker/-/merge_requests/552.patch";
sha256 = "1pmhhj47dbn654vb6a0kh5h6hw71lvaqxr141r60zrv5zx7m3sh9";
})
];
postPatch = ''
patchShebangs utils/data-generators/cc/generate
'';