haskellPackages.large-hashable: Move to unsupported-platforms

This commit is contained in:
Malte Brandy 2021-05-11 01:32:26 +02:00
parent 50946891ce
commit 7be8a04804
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -260,6 +260,7 @@ unsupported-platforms:
hommage-ds: [ i686-linux, x86_64-linux, x86_64-darwin, aarch64-linux, armv7l-linux ]
HSoM: [ x86_64-darwin ]
iwlib: [ x86_64-darwin ]
large-hashable: [ aarch64-linux ] # https://github.com/factisresearch/large-hashable/issues/17
libmodbus: [ x86_64-darwin ]
libsystemd-journal: [ x86_64-darwin ]
libtelnet: [ x86_64-darwin ]