haskellPackages.cryptonite: disable tests on aarch32

KAT/ECB/D2 test segfaults on armv7l
This commit is contained in:
misuzu 2022-07-20 11:57:31 +03:00
parent d57f20b903
commit bc1ae7cff8

View File

@ -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;
}