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
|
transformers wlPprintText
|
||||||
];
|
];
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
sed -i -e 's|polyparse.*,|polyparse,|' graphviz.cabal
|
sed -i -e 's|polyparse.*,|polyparse,|' -e 's|dlist ==.*|dlist|' graphviz.cabal
|
||||||
'';
|
'';
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue