forked from mirrors/nixpkgs
haskell-graphviz: jailbreak to support recent version of polyparse
This commit is contained in:
parent
9796b43989
commit
187fdf7240
|
@ -14,6 +14,9 @@ cabal.mkDerivation (self: {
|
|||
colour dlist fgl filepath polyparse QuickCheck temporary text
|
||||
transformers wlPprintText
|
||||
];
|
||||
patchPhase = ''
|
||||
sed -i -e 's|polyparse.*,|polyparse,|' graphviz.cabal
|
||||
'';
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://projects.haskell.org/graphviz/";
|
||||
|
|
Loading…
Reference in a new issue