mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-graphviz: jailbreak to fix build with latest version of 'polyparse'
This commit is contained in:
parent
8867d4ba0a
commit
344195b3e0
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ cabal.mkDerivation (self: {
|
|||
wlPprintText
|
||||
];
|
||||
testDepends = [ fgl filepath QuickCheck text ];
|
||||
doCheck = false;
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://projects.haskell.org/graphviz/";
|
||||
description = "Bindings to Graphviz for graph visualisation";
|
||||
|
|
Loading…
Reference in a new issue