Merge pull request #170567 from a-m-joseph/goffice-disable-tests-on-powerpc64le

goffice: disable tests on powerpc64le
This commit is contained in:
Rick van Schijndel
2022-04-27 17:05:14 +02:00
committed by GitHub
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libxslt librsvg ];
enableParallelBuilding = true;
doCheck = true;
doCheck = !stdenv.hostPlatform.isPower64;
passthru = {
updateScript = gnome.updateScript {