haskellPackages.cryptonite: make krank ignore closed issue tracker

cryptonite has been abandoned and all issues are reported as closed by
the GitHub API since the repository has been archived.
This commit is contained in:
sternenseemann
2025-09-22 16:22:27 +02:00
parent 4809a5ea44
commit 1a64625aa4

View File

@@ -117,7 +117,7 @@ self: super:
# AARCH32-SPECIFIC OVERRIDES
# KAT/ECB/D2 test segfaults on armv7l
# https://github.com/haskell-crypto/cryptonite/issues/367
# https://github.com/haskell-crypto/cryptonite/issues/367 krank:ignore-line
cryptonite = dontCheck super.cryptonite;
}
// lib.optionalAttrs (with pkgs.stdenv.hostPlatform; isAarch && isAndroid) {