tracker: drop sqlite compat patch
This commit is contained in:
parent
8bc69af9f3
commit
bfbfcb70c4
@ -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
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user