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

launchpad/nixpkgs/master
Malte Brandy 3 years ago
parent 0e9230fcce
commit 17af0071b5
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
  1. 1
      pkgs/development/haskell-modules/configuration-arm.nix
  2. 1
      pkgs/development/haskell-modules/configuration-darwin.nix

@ -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;

@ -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;
}

Loading…
Cancel
Save