haskellPackages.large-hashable: Dontdistribute on arm
This commit is contained in:
parent
8f6e36b7be
commit
f564565424
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ self: super: {
|
||||||
half = dontCheck super.half;
|
half = dontCheck super.half;
|
||||||
|
|
||||||
# https://github.com/factisresearch/large-hashable/issues/17
|
# 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 {
|
} // lib.optionalAttrs pkgs.stdenv.hostPlatform.isAarch32 {
|
||||||
# AARCH32-SPECIFIC OVERRIDES
|
# AARCH32-SPECIFIC OVERRIDES
|
||||||
|
|
Loading…
Reference in a new issue