forked from mirrors/nixpkgs
haskellPackages.hls-class-plugin: Disable tests on darwin
This commit is contained in:
parent
66722bc2f1
commit
a1b16d9782
|
@ -168,4 +168,7 @@ self: super: {
|
|||
'' + (drv.postPatch or "");
|
||||
});
|
||||
|
||||
# 2021-05-25: Tests fail and I have no way to debug them.
|
||||
hls-class-plugin = dontCheck super.hls-class-plugin;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue