haskellPackages.hls-pragmas-plugin: dontCheck on darwin
This commit is contained in:
parent
1bf1a3556a
commit
0544ee558e
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue