haskellPackages.haskell-language-server: Fix darwin and aarch64 builds

This commit is contained in:
Malte Brandy 2021-06-21 01:38:58 +02:00
parent 0e9230fcce
commit 17af0071b5
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 2 additions and 0 deletions

View file

@ -87,6 +87,7 @@ self: super: {
grammatical-parsers = dontCheck super.grammatical-parsers;
construct = dontCheck super.construct;
orbits = dontCheck super.orbits;
hls-splice-plugin = dontCheck super.hls-splice-plugin;
# https://github.com/ekmett/half/issues/35
half = dontCheck super.half;

View file

@ -171,5 +171,6 @@ self: super: {
# 2021-05-25: Tests fail and I have no way to debug them.
hls-class-plugin = dontCheck super.hls-class-plugin;
hls-brittany-plugin = dontCheck super.hls-brittany-plugin;
hls-fourmolu-plugin = dontCheck super.hls-fourmolu-plugin;
}