forked from mirrors/nixpkgs
haskell-graphviz: jailbreak to support recent versions of dlist
This commit is contained in:
parent
8baecad9f9
commit
676428dd55
|
@ -15,7 +15,7 @@ cabal.mkDerivation (self: {
|
|||
transformers wlPprintText
|
||||
];
|
||||
patchPhase = ''
|
||||
sed -i -e 's|polyparse.*,|polyparse,|' graphviz.cabal
|
||||
sed -i -e 's|polyparse.*,|polyparse,|' -e 's|dlist ==.*|dlist|' graphviz.cabal
|
||||
'';
|
||||
doCheck = false;
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue