haskellPackages.hls-floskell-plugin: dontCheck on darwin

This commit is contained in:
Malte Brandy 2021-08-25 19:20:17 +02:00
parent b10e8be3a5
commit abd4b28a10
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -196,6 +196,7 @@ self: super: {
hls-ormolu-plugin = dontCheck super.hls-ormolu-plugin;
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;
# We are lacking pure pgrep at the moment for tests to work
tmp-postgres = dontCheck super.tmp-postgres;