1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

haskellPackages.large-hashable: Dontdistribute on arm

This commit is contained in:
Malte Brandy 2021-05-11 00:08:33 +02:00
parent 8f6e36b7be
commit f564565424
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -67,7 +67,7 @@ self: super: {
half = dontCheck super.half;
# https://github.com/factisresearch/large-hashable/issues/17
large-hashable = markBroken super.large-hashable;
large-hashable = markBroken (dontDistribute super.large-hashable);
} // lib.optionalAttrs pkgs.stdenv.hostPlatform.isAarch32 {
# AARCH32-SPECIFIC OVERRIDES