haskellPackages.large-hashable: mark as broken on aarch64
See linked issue.
This commit is contained in:
parent
e9a31d983b
commit
62bbd50331
@ -66,6 +66,9 @@ self: super: {
|
|||||||
# https://github.com/ekmett/half/issues/35
|
# https://github.com/ekmett/half/issues/35
|
||||||
half = dontCheck super.half;
|
half = dontCheck super.half;
|
||||||
|
|
||||||
|
# https://github.com/factisresearch/large-hashable/issues/17
|
||||||
|
large-hashable = markBroken super.large-hashable;
|
||||||
|
|
||||||
} // lib.optionalAttrs pkgs.stdenv.hostPlatform.isAarch32 {
|
} // lib.optionalAttrs pkgs.stdenv.hostPlatform.isAarch32 {
|
||||||
# AARCH32-SPECIFIC OVERRIDES
|
# AARCH32-SPECIFIC OVERRIDES
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user