goffice: disable tests on powerpc64le

main
Adam Joseph 2 years ago
parent d12430a3e7
commit dd2bc2a721
  1. 2
      pkgs/development/libraries/goffice/default.nix

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

Loading…
Cancel
Save