summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-06-09 15:13:00 +0200
committerPeter Simons <simons@cryp.to>2015-06-09 15:51:01 +0200
commit62f2b24c8379d8f3c25a7e44b178de9f28903f4d (patch)
tree45d457ef1deb6203933032d0cbf2b442df50e54b
parent49d4342f1baf9fb39016a33b78919c5e801f596d (diff)
downloadnixlib-62f2b24c8379d8f3c25a7e44b178de9f28903f4d.tar
nixlib-62f2b24c8379d8f3c25a7e44b178de9f28903f4d.tar.gz
nixlib-62f2b24c8379d8f3c25a7e44b178de9f28903f4d.tar.bz2
nixlib-62f2b24c8379d8f3c25a7e44b178de9f28903f4d.tar.lz
nixlib-62f2b24c8379d8f3c25a7e44b178de9f28903f4d.tar.xz
nixlib-62f2b24c8379d8f3c25a7e44b178de9f28903f4d.tar.zst
nixlib-62f2b24c8379d8f3c25a7e44b178de9f28903f4d.zip
haskell-fft: disable failing test suite
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index e33e0fe25900..8ee927f6fb88 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/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;
+
 }