Skip to content

Commit

Permalink
haskellPackages.ghcide-bench: dontCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
maralorn committed Sep 21, 2022
1 parent 39a02ce commit bc5a846
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/configuration-nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,9 @@ self: super: builtins.intersectAttrs super {

keid-render-basic = addBuildTool pkgs.glslang super.keid-render-basic;

# ghcide-bench tests need network
ghcide-bench = dontCheck super.ghcide-bench;

# haskell-language-server plugins all use the same test harness so we give them what we want in this loop.
} // pkgs.lib.mapAttrs
(_: overrideCabal (drv: {
Expand Down

0 comments on commit bc5a846

Please sign in to comment.