summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-arm.nix
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2021-06-21 01:38:58 +0200
committerMalte Brandy <malte.brandy@maralorn.de>2021-06-21 01:39:01 +0200
commit17af0071b5cfbd7a1093165b42720ba9746f1b63 (patch)
tree342ea9867afd68af5c55e2bf5730e4d21328eaaa /pkgs/development/haskell-modules/configuration-arm.nix
parent0e9230fccec847098ff2c6c1903cdd36340f2562 (diff)
downloadnixpkgs-17af0071b5cfbd7a1093165b42720ba9746f1b63.tar
nixpkgs-17af0071b5cfbd7a1093165b42720ba9746f1b63.tar.gz
nixpkgs-17af0071b5cfbd7a1093165b42720ba9746f1b63.tar.bz2
nixpkgs-17af0071b5cfbd7a1093165b42720ba9746f1b63.tar.lz
nixpkgs-17af0071b5cfbd7a1093165b42720ba9746f1b63.tar.xz
nixpkgs-17af0071b5cfbd7a1093165b42720ba9746f1b63.tar.zst
nixpkgs-17af0071b5cfbd7a1093165b42720ba9746f1b63.zip
haskellPackages.haskell-language-server: Fix darwin and aarch64 builds
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-arm.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-arm.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-arm.nix b/pkgs/development/haskell-modules/configuration-arm.nix
index b9f868b04ca..6c6017297c9 100644
--- a/pkgs/development/haskell-modules/configuration-arm.nix
+++ b/pkgs/development/haskell-modules/configuration-arm.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;