Merge pull request #182194 from misuzu/cryptonite-armv7l

haskellPackages.cryptonite: disable tests on aarch32
This commit is contained in:
Dennis Gosnell
2022-07-21 15:16:34 +09:00
committed by GitHub
@@ -116,4 +116,7 @@ self: super: {
} // lib.optionalAttrs pkgs.stdenv.hostPlatform.isAarch32 {
# AARCH32-SPECIFIC OVERRIDES
# KAT/ECB/D2 test segfaults on armv7l
# https://github.com/haskell-crypto/cryptonite/issues/367
cryptonite = dontCheck super.cryptonite;
}