3
0
Fork 0
forked from mirrors/nixpkgs

haskell-graphviz: jailbreak to support recent versions of dlist

This commit is contained in:
Peter Simons 2013-12-02 11:30:17 +01:00
parent 8baecad9f9
commit 676428dd55

View file

@ -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 = {