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
commit ff769e6d53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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