Skip to content

Commit

Permalink
haskellPackages.shh: Disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maralorn authored and peti committed May 29, 2020
1 parent fbc0845 commit 6d81750
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 @@ -769,4 +769,7 @@ self: super: builtins.intersectAttrs super {
doCheck = false;
});

# Tests disabled as recommended at https://github.com/luke-clifton/shh/issues/39
shh = dontCheck super.shh;

}

0 comments on commit 6d81750

Please sign in to comment.