gom: test only on x86_64

This is failing at the stress test regularly on
aarch64 and i686-linux.
This commit is contained in:
worldofpeace 2019-11-06 21:22:40 -05:00
parent cb581af6d5
commit 85f3d86bea

View file

@ -55,7 +55,8 @@ stdenv.mkDerivation rec {
"-Dpygobject-override-dir=${placeholder "py"}/${python3.sitePackages}/gi/overrides"
];
doCheck = true;
# Success is more likely on x86_64
doCheck = stdenv.isx86_64;
passthru = {
updateScript = gnome3.updateScript {