haskellPackages.large-hashable: Move to unsupported-platforms

This commit is contained in:
Malte Brandy
2021-05-11 01:34:27 +02:00
parent 50946891ce
commit 7be8a04804
2 changed files with 1 additions and 3 deletions
@@ -66,9 +66,6 @@ self: super: {
# https://github.com/ekmett/half/issues/35
half = dontCheck super.half;
# https://github.com/factisresearch/large-hashable/issues/17
large-hashable = markBroken (dontDistribute super.large-hashable);
} // lib.optionalAttrs pkgs.stdenv.hostPlatform.isAarch32 {
# AARCH32-SPECIFIC OVERRIDES