haskellPackages.large-hashable: Move to unsupported-platforms

wip/little-gl
Malte Brandy 3 years ago
parent 50946891ce
commit 7be8a04804
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
  1. 3
      pkgs/development/haskell-modules/configuration-arm.nix
  2. 1
      pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml

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

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

Loading…
Cancel
Save