haskell-fft: disable failing test suite

wip/yesman
Peter Simons 9 years ago
parent 49d4342f1b
commit 62f2b24c83
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -844,4 +844,7 @@ self: super: {
# https://github.com/jaspervdj/websockets/issues/104
websockets = dontCheck super.websockets;
# Avoid spurious test suite failures.
fft = dontCheck super.fft;
}

Loading…
Cancel
Save