haskellPackages.hls-call-hierarchy-plugin: dontCheck on darwin

This commit is contained in:
Malte Brandy 2021-09-30 11:39:38 +02:00
parent f5895eed98
commit 9a6d6c36e7
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9

View File

@ -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;