tracker: Disable tests on 32bit platforms
This commit is contained in:
parent
373e9eb4c4
commit
52096820a4
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue