haskellPackages.hls-pragmas-plugin: dontCheck on darwin

+1
+1
pkgs/development/haskell-modules/configuration-darwin.nix
··· 194 194 hls-module-name-plugin = dontCheck super.hls-module-name-plugin; 195 195 hls-splice-plugin = dontCheck super.hls-splice-plugin; 196 196 hls-ormolu-plugin = dontCheck super.hls-ormolu-plugin; 197 + hls-pragmas-plugin = dontCheck super.hls-pragmas-plugin; 197 198 198 199 # We are lacking pure pgrep at the moment for tests to work 199 200 tmp-postgres = dontCheck super.tmp-postgres;