forked from mirrors/nixpkgs
haskellPackages.hls-ormolue-plugin: dontCheck on darwin
This commit is contained in:
parent
dc9648c4ff
commit
ccc855d475
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue