From 62bbd50331279335a6dd289101c0026681fb7521 Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Mon, 10 May 2021 13:39:49 +0200 Subject: [PATCH] haskellPackages.large-hashable: mark as broken on aarch64 See linked issue. --- pkgs/development/haskell-modules/configuration-arm.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-arm.nix b/pkgs/development/haskell-modules/configuration-arm.nix index af4893afe54..233d962d365 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