summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-05-18 18:15:55 +0200
committerPeter Simons <simons@cryp.to>2015-05-18 20:43:51 +0200
commit72f54f51e3ef91445cc2a313bb168529b4a89d13 (patch)
tree986f35a69f9994048cfb9987f2b1ae1df35fd212
parent8e48f0928425c53dd8ded131bd3732eddb79715c (diff)
downloadnixpkgs-72f54f51e3ef91445cc2a313bb168529b4a89d13.tar
nixpkgs-72f54f51e3ef91445cc2a313bb168529b4a89d13.tar.gz
nixpkgs-72f54f51e3ef91445cc2a313bb168529b4a89d13.tar.bz2
nixpkgs-72f54f51e3ef91445cc2a313bb168529b4a89d13.tar.lz
nixpkgs-72f54f51e3ef91445cc2a313bb168529b4a89d13.tar.xz
nixpkgs-72f54f51e3ef91445cc2a313bb168529b4a89d13.tar.zst
nixpkgs-72f54f51e3ef91445cc2a313bb168529b4a89d13.zip
haskell-graphviz: the test suite build is broken by QuickCheck 2.8
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index bfd2e89fa8e..c47d29e54bf 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -287,7 +287,7 @@ self: super: {
   tasty-rerun = dontHaddock (appendConfigureFlag super.tasty-rerun "--ghc-option=-XFlexibleContexts");
 
   # http://hub.darcs.net/ivanm/graphviz/issue/5
-  graphviz = appendPatch super.graphviz ./graphviz-fix-ghc710.patch;
+  graphviz = dontCheck (dontJailbreak (appendPatch super.graphviz ./graphviz-fix-ghc710.patch));
 
   # Broken with GHC 7.10.x.
   aeson_0_7_0_6 = markBroken super.aeson_0_7_0_6;