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 ]; buildInputs = [ libxslt librsvg ];
enableParallelBuilding = true; enableParallelBuilding = true;
doCheck = true; doCheck = !stdenv.hostPlatform.isPower64;
passthru = { passthru = {
updateScript = gnome.updateScript { updateScript = gnome.updateScript {