···23022302 # Overwrite the build cores
23032303 raaz = disableParallelBuilding super.raaz;
2304230423052305+ # Test suite uses SHA as a point of comparison which doesn't
23062306+ # succeeds its own test suite on 32bit:
23072307+ # https://github.com/GaloisInc/SHA/issues/16
23082308+ cryptohash-sha256 =
23092309+ if pkgs.stdenv.hostPlatform.is32bit then
23102310+ dontCheck super.cryptohash-sha256
23112311+ else
23122312+ super.cryptohash-sha256;
23132313+23052314 # https://github.com/andreymulik/sdp/issues/3
23062315 sdp = disableLibraryProfiling super.sdp;
23072316 sdp-binary = disableLibraryProfiling super.sdp-binary;