tracker: Disable tests on 32bit platforms

This commit is contained in:
misuzu 2023-04-29 16:38:08 +03:00
parent 373e9eb4c4
commit 52096820a4

View file

@ -105,7 +105,7 @@ stdenv.mkDerivation rec {
# https://gitlab.gnome.org/GNOME/tracker/-/issues/397 # https://gitlab.gnome.org/GNOME/tracker/-/issues/397
!stdenv.isAarch64 !stdenv.isAarch64
# https://gitlab.gnome.org/GNOME/tracker/-/issues/398 # https://gitlab.gnome.org/GNOME/tracker/-/issues/398
&& !stdenv.isi686; && !stdenv.is32bit;
postPatch = '' postPatch = ''
chmod +x \ chmod +x \