haskellPackages.hls-ormolue-plugin: dontCheck on darwin

This commit is contained in:
Malte Brandy 2021-08-03 23:02:05 +02:00
parent dc9648c4ff
commit ccc855d475
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -174,6 +174,7 @@ self: super: {
hls-fourmolu-plugin = dontCheck super.hls-fourmolu-plugin;
hls-module-name-plugin = dontCheck super.hls-module-name-plugin;
hls-splice-plugin = dontCheck super.hls-splice-plugin;
hls-ormolu-plugin = dontCheck super.hls-ormolu-plugin;
# We are lacking pure pgrep at the moment for tests to work
tmp-postgres = dontCheck super.tmp-postgres;