3p/nixpkgs: remove tracker-i686 patch
This commit is contained in:
parent
63ecd2d0ab
commit
aa5519aae6
2 changed files with 0 additions and 31 deletions
1
third_party/nixpkgs/patches/series
vendored
1
third_party/nixpkgs/patches/series
vendored
|
@ -1,5 +1,4 @@
|
|||
various.patch
|
||||
patch-cherrypy.patch
|
||||
pomerium-fix.patch
|
||||
tracker-i686.patch
|
||||
pr122242.patch
|
||||
|
|
30
third_party/nixpkgs/patches/tracker-i686.patch
vendored
30
third_party/nixpkgs/patches/tracker-i686.patch
vendored
|
@ -1,30 +0,0 @@
|
|||
diff --git a/pkgs/development/libraries/tracker/default.nix b/pkgs/development/libraries/tracker/default.nix
|
||||
--- a/pkgs/development/libraries/tracker/default.nix
|
||||
+++ b/pkgs/development/libraries/tracker/default.nix
|
||||
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||
src = ./fix-paths.patch;
|
||||
inherit asciidoc;
|
||||
})
|
||||
- ];
|
||||
+ ] ++ lib.optional stdenv.isi686 ./i686-tracker-fix.patch;
|
||||
|
||||
nativeBuildInputs = [
|
||||
meson
|
||||
diff --git a/pkgs/development/libraries/tracker/i686-tracker-fix.patch b/pkgs/development/libraries/tracker/i686-tracker-fix.patch
|
||||
new file mode 100644
|
||||
--- /dev/null
|
||||
+++ b/pkgs/development/libraries/tracker/i686-tracker-fix.patch
|
||||
@@ -0,0 +1,13 @@
|
||||
+diff -u -r tracker-3.0.3_pristine/tests/libtracker-data/tracker-sparql-test.c tracker-3.0.3/tests/libtracker-data/tracker-sparql-test.c
|
||||
+--- tracker-3.0.3_pristine/tests/libtracker-data/tracker-sparql-test.c 2021-01-10 17:46:25.607677700 +0000
|
||||
++++ tracker-3.0.3/tests/libtracker-data/tracker-sparql-test.c 2021-04-07 01:44:49.863184812 +0000
|
||||
+@@ -92,9 +92,7 @@
|
||||
+ { "construct/construct-where", "construct/data", FALSE },
|
||||
+ { "construct/construct-pattern", "construct/data", FALSE },
|
||||
+ { "construct/construct-with-modifiers", "construct/data", FALSE },
|
||||
+- { "datetime/direct-1", "datetime/data-1", FALSE },
|
||||
+ { "datetime/delete-1", "datetime/data-3", FALSE },
|
||||
+- { "datetime/insert-1", "datetime/data-4", FALSE },
|
||||
+ { "datetime/functions-localtime-1", "datetime/data-1", FALSE },
|
||||
+ { "datetime/functions-timezone-1", "datetime/data-2", FALSE },
|
||||
+ { "datetime/functions-timezone-2", "datetime/data-2", FALSE },
|
Loading…
Reference in a new issue