haskellPackages.hls-pragmas-plugin: dontCheck on darwin

This commit is contained in:
Malte Brandy 2021-08-18 11:34:15 +02:00
parent 1bf1a3556a
commit 0544ee558e
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

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