summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2021-06-27 12:01:37 +0200
committerMalte Brandy <malte.brandy@maralorn.de>2021-06-27 12:01:51 +0200
commitef6f25e6ff09a81c8ef71385c06a68e2155bb8df (patch)
tree764b285aaa35b5d056739e570b3fabe2bdcc3a65 /pkgs/development/haskell-modules
parentfd6e91c0c703b77b53832a241d37f78c67bfe940 (diff)
downloadnixpkgs-ef6f25e6ff09a81c8ef71385c06a68e2155bb8df.tar
nixpkgs-ef6f25e6ff09a81c8ef71385c06a68e2155bb8df.tar.gz
nixpkgs-ef6f25e6ff09a81c8ef71385c06a68e2155bb8df.tar.bz2
nixpkgs-ef6f25e6ff09a81c8ef71385c06a68e2155bb8df.tar.lz
nixpkgs-ef6f25e6ff09a81c8ef71385c06a68e2155bb8df.tar.xz
nixpkgs-ef6f25e6ff09a81c8ef71385c06a68e2155bb8df.tar.zst
nixpkgs-ef6f25e6ff09a81c8ef71385c06a68e2155bb8df.zip
haskellPackages.hls-slice-plugin: dontCheck
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-darwin.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-darwin.nix b/pkgs/development/haskell-modules/configuration-darwin.nix
index 0c4b46360ba..492af32edb1 100644
--- a/pkgs/development/haskell-modules/configuration-darwin.nix
+++ b/pkgs/development/haskell-modules/configuration-darwin.nix
@@ -173,6 +173,7 @@ self: super: {
   hls-brittany-plugin = dontCheck super.hls-brittany-plugin;
   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;
 
   # We are lacking pure pgrep at the moment for tests to work
   tmp-postgres = dontCheck super.tmp-postgres;