From f564565424951e703c4893fb214e6f0edfd60dfd Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Tue, 11 May 2021 00:08:33 +0200 Subject: [PATCH] haskellPackages.large-hashable: Dontdistribute on arm --- pkgs/development/haskell-modules/configuration-arm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-arm.nix b/pkgs/development/haskell-modules/configuration-arm.nix index 233d962d365..b783b466ec7 100644 --- a/pkgs/development/haskell-modules/configuration-arm.nix +++ b/pkgs/development/haskell-modules/configuration-arm.nix @@ -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