Disable test suites of Haskell packages RSA and kademlia.

Those test suites run for 2+ hours and thus fail with a timeout error.
wip/yesman
Peter Simons 9 years ago
parent 873a6ce9a8
commit c456073e03
  1. 6
      pkgs/development/haskell-modules/configuration-common.nix

@ -89,6 +89,12 @@ self: super: {
yices-easy = dontDistribute super.yices-easy;
yices-painless = dontDistribute super.yices-painless;
# https://github.com/GaloisInc/RSA/issues/9
RSA = dontCheck super.RSA;
# https://github.com/froozen/kademlia/issues/2
kademlia = dontCheck super.kademlia;
# Won't find it's header files without help.
sfml-audio = appendConfigureFlag super.sfml-audio "--extra-include-dirs=${pkgs.openal}/include/AL";

Loading…
Cancel
Save