haskellPackages.android-activity: unmark broken on android

This commit is contained in:
Alexandre Esteves 2025-05-16 17:58:46 +01:00
parent 571e7eb5d2
commit 3094b65aa7

View File

@ -124,3 +124,7 @@ self: super:
# https://github.com/haskell-crypto/cryptonite/issues/367
cryptonite = dontCheck super.cryptonite;
}
// lib.optionalAttrs (with pkgs.stdenv.hostPlatform; isAarch && isAndroid) {
# android is not currently allowed as 'supported-platforms' by hackage2nix
android-activity = unmarkBroken super.android-activity;
}