From 38b46ffceb3d68cf0dc4e7ffdc536618a58dc2b3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 2 Nov 2014 17:20:23 +0100 Subject: [PATCH] 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. --- pkgs/development/libraries/haskell/graphviz/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/graphviz/default.nix b/pkgs/development/libraries/haskell/graphviz/default.nix index 7fb47cf0ab72..c50e0403bd68 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";