haskell-github-rest: disable failing test suite to fix the build

wip/yesman
Peter Simons 5 years ago
parent 857d39a5a3
commit fa66e35df4
  1. 1
      pkgs/development/haskell-modules/configuration-common.nix

@ -288,6 +288,7 @@ self: super: {
ghc-parmake = dontCheck super.ghc-parmake;
ghcid = dontCheck super.ghcid;
git-vogue = dontCheck super.git-vogue;
github-rest = dontCheck super.github-rest; # test suite needs the network
gitlib-cmdline = dontCheck super.gitlib-cmdline;
GLFW-b = dontCheck super.GLFW-b; # https://github.com/bsl/GLFW-b/issues/50
hackport = dontCheck super.hackport;

Loading…
Cancel
Save