about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-arm.nix
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-10 13:39:49 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-10 13:39:49 +0200
commit62bbd50331279335a6dd289101c0026681fb7521 (patch)
treef04f17f5804fcb8909be27b6facbcba762346a8d /pkgs/development/haskell-modules/configuration-arm.nix
parente9a31d983b1d3881a47a9f3e6a01000358c794e2 (diff)
haskellPackages.large-hashable: mark as broken on aarch64
See linked issue.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-arm.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-arm.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-arm.nix b/pkgs/development/haskell-modules/configuration-arm.nix
index af4893afe54f3..233d962d3653a 100644
--- a/pkgs/development/haskell-modules/configuration-arm.nix
+++ b/pkgs/development/haskell-modules/configuration-arm.nix
@@ -66,6 +66,9 @@ self: super: {
   # https://github.com/ekmett/half/issues/35
   half = dontCheck super.half;
 
+  # https://github.com/factisresearch/large-hashable/issues/17
+  large-hashable = markBroken super.large-hashable;
+
 } // lib.optionalAttrs pkgs.stdenv.hostPlatform.isAarch32 {
   # AARCH32-SPECIFIC OVERRIDES