From 32508c31452b5fb58a3830dc917db24cc2a02f7b Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sat, 20 Nov 2021 12:15:14 +0100 Subject: [PATCH] haskellPackages.hls-brittany-plugin: dontCheck on aarch64 --- pkgs/development/haskell-modules/configuration-arm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-arm.nix b/pkgs/development/haskell-modules/configuration-arm.nix index 9fc87c06a7dd..7f21deebbf7c 100644 --- a/pkgs/development/haskell-modules/configuration-arm.nix +++ b/pkgs/development/haskell-modules/configuration-arm.nix @@ -94,6 +94,7 @@ self: super: { hls-pragmas-plugin = dontCheck super.hls-pragmas-plugin; hls-call-hierarchy-plugin = dontCheck super.hls-call-hierarchy-plugin; hls-module-name-plugin = dontCheck super.hls-module-name-plugin; + hls-brittany-plugin = dontCheck super.hls-brittany-plugin; # https://github.com/ekmett/half/issues/35 half = dontCheck super.half;