From d1c33896505bfabb2cd21fb6e8e73fee256a2bc4 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Tue, 15 Jun 2021 16:09:54 +0200 Subject: [PATCH] haskellPackages.hls-brittany-plugin: dontCheck on darwin --- pkgs/development/haskell-modules/configuration-darwin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-darwin.nix b/pkgs/development/haskell-modules/configuration-darwin.nix index 7e02a6653c77..4a62ab5867d1 100644 --- a/pkgs/development/haskell-modules/configuration-darwin.nix +++ b/pkgs/development/haskell-modules/configuration-darwin.nix @@ -170,5 +170,6 @@ self: super: { # 2021-05-25: Tests fail and I have no way to debug them. hls-class-plugin = dontCheck super.hls-class-plugin; + hls-brittany-plugin = dontCheck super.hls-brittany-plugin; }