tracker: pull fix pending upstream inclusion for sqlite-3.42.0 support
This commit is contained in:
parent
674c5c3c20
commit
57c353f206
@ -1,6 +1,7 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, lib
|
, lib
|
||||||
, fetchurl
|
, fetchurl
|
||||||
|
, fetchpatch
|
||||||
, gettext
|
, gettext
|
||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
@ -40,6 +41,16 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "+XLVCse6/czxE7HrmdyuNUBGhameVb/vFvOsg7Tel00=";
|
sha256 = "+XLVCse6/czxE7HrmdyuNUBGhameVb/vFvOsg7Tel00=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
# Backport sqlite-3.42.0 compatibility:
|
||||||
|
# https://gitlab.gnome.org/GNOME/tracker/-/merge_requests/600
|
||||||
|
(fetchpatch {
|
||||||
|
name = "sqlite-3.42.0.patch";
|
||||||
|
url = "https://gitlab.gnome.org/GNOME/tracker/-/commit/4cbbd1773a7367492fa3b3e3804839654e18a12a.patch";
|
||||||
|
hash = "sha256-w5D9I0P1DdyILhpjslh6ifojmlUiBoeFnxHPIr0rO3s=";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
||||||
depsBuildBuild = [
|
depsBuildBuild = [
|
||||||
|
Loading…
Reference in New Issue
Block a user