mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
haskell-github-rest: disable failing test suite to fix the build
This commit is contained in:
parent
857d39a5a3
commit
fa66e35df4
|
@ -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…
Reference in a new issue