From 9a6d6c36e7888cb98f50ad84658a352884922ea9 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Thu, 30 Sep 2021 11:39:38 +0200 Subject: [PATCH] haskellPackages.hls-call-hierarchy-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 bf7b05148dc7..39e025cbd268 100644 --- a/pkgs/development/haskell-modules/configuration-darwin.nix +++ b/pkgs/development/haskell-modules/configuration-darwin.nix @@ -197,6 +197,7 @@ self: super: ({ hls-pragmas-plugin = dontCheck super.hls-pragmas-plugin; hls-haddock-comments-plugin = dontCheck super.hls-haddock-comments-plugin; hls-floskell-plugin = dontCheck super.hls-floskell-plugin; + hls-call-hierarchy-plugin = dontCheck super.hls-call-hierarchy-plugin; # We are lacking pure pgrep at the moment for tests to work tmp-postgres = dontCheck super.tmp-postgres;