haskellPackages.android-activity: unmark broken on android
This commit is contained in:
parent
571e7eb5d2
commit
3094b65aa7
@ -124,3 +124,7 @@ self: super:
|
|||||||
# https://github.com/haskell-crypto/cryptonite/issues/367
|
# https://github.com/haskell-crypto/cryptonite/issues/367
|
||||||
cryptonite = dontCheck super.cryptonite;
|
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;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user