pkgsi686Linux.tracker: Disable tests

Works around https://gitlab.gnome.org/GNOME/tracker/-/issues/398
This commit is contained in:
Jan Tojnar 2023-04-07 12:07:07 +02:00
parent 4693c65af3
commit cd67ddc5d3

View file

@ -101,7 +101,8 @@ stdenv.mkDerivation rec {
"-Dsystemd_user_services=false" "-Dsystemd_user_services=false"
]; ];
doCheck = true; # https://gitlab.gnome.org/GNOME/tracker/-/issues/398
doCheck = !stdenv.isi686;
postPatch = '' postPatch = ''
chmod +x \ chmod +x \