goffice: disable tests on powerpc64le

This commit is contained in:
Adam Joseph 2022-04-22 02:59:20 -07:00
parent d12430a3e7
commit dd2bc2a721

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libxslt librsvg ];
enableParallelBuilding = true;
doCheck = true;
doCheck = !stdenv.hostPlatform.isPower64;
passthru = {
updateScript = gnome.updateScript {