summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-11-02 17:20:23 +0100
committerPeter Simons <simons@cryp.to>2014-11-02 17:20:23 +0100
commit38b46ffceb3d68cf0dc4e7ffdc536618a58dc2b3 (patch)
tree69b692d8f8a4a8165f80e6135de855ddbe4ecd03 /pkgs/development/libraries/haskell
parent7bc300570b3cf06b6ae72e6d91bd3ecc9c9cd1f8 (diff)
haskell-graphviz: disable test suite because it runs way too long
The test suite runs for ages, i.e. 1+ hours. That seems a little excessive.
Diffstat (limited to 'pkgs/development/libraries/haskell')
-rw-r--r--pkgs/development/libraries/haskell/graphviz/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/graphviz/default.nix b/pkgs/development/libraries/haskell/graphviz/default.nix
index 7fb47cf0ab721..c50e0403bd680 100644
--- a/pkgs/development/libraries/haskell/graphviz/default.nix
+++ b/pkgs/development/libraries/haskell/graphviz/default.nix
@@ -16,6 +16,7 @@ cabal.mkDerivation (self: {
   ];
   testDepends = [ fgl filepath QuickCheck systemGraphviz text ];
   jailbreak = true;
+  doCheck = false;
   meta = {
     homepage = "http://projects.haskell.org/graphviz/";
     description = "Bindings to Graphviz for graph visualisation";