···43 runHook postInstall
44 '';
4546+ # Some tests are expected to fail on ARM64
47+ # See: https://gitlab.com/spectre.app/cli/-/issues/27#note_962950844 (mpw is a predecessor to spectre-cli and this issue is relevant to mpw as well)
48+ doCheck = !(stdenv.isLinux && stdenv.isAarch64);
4950 checkPhase = ''
51 runHook preCheck