about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-darwin.nix
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2021-08-18 11:34:15 +0200
committerMalte Brandy <malte.brandy@maralorn.de>2021-08-18 11:34:15 +0200
commit0544ee558e31a39cf21ff0ef0547b119d4316625 (patch)
tree116c58ecfdd89bbc31ec526ea9a8b54195926c48 /pkgs/development/haskell-modules/configuration-darwin.nix
parent1bf1a3556a74fdb8f2cb9afae3bcfaee04536062 (diff)
haskellPackages.hls-pragmas-plugin: dontCheck on darwin
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-darwin.nix')
-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 754f036b29d28..583ba2648b578 100644
--- a/pkgs/development/haskell-modules/configuration-darwin.nix
+++ b/pkgs/development/haskell-modules/configuration-darwin.nix
@@ -194,6 +194,7 @@ self: super: {
   hls-module-name-plugin = dontCheck super.hls-module-name-plugin;
   hls-splice-plugin = dontCheck super.hls-splice-plugin;
   hls-ormolu-plugin = dontCheck super.hls-ormolu-plugin;
+  hls-pragmas-plugin = dontCheck super.hls-pragmas-plugin;
 
   # We are lacking pure pgrep at the moment for tests to work
   tmp-postgres = dontCheck super.tmp-postgres;