haskell-graphviz: jailbreak to fix build with fgl 5.x

This commit is contained in:
Peter Simons 2014-05-04 13:12:07 +02:00
parent c1181af456
commit b3f3d111ad
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ cabal.mkDerivation (self: {
transformers wlPprintText
];
patchPhase = ''
sed -i -e 's|polyparse.*,|polyparse,|' -e 's|dlist ==.*|dlist|' -e 's|temporary.*,|temporary,|' graphviz.cabal
sed -i -e 's|fgl ==.*,|fgl,|' -e 's|polyparse.*,|polyparse,|' -e 's|dlist ==.*|dlist|' -e 's|temporary.*,|temporary,|' graphviz.cabal
'';
doCheck = false;
meta = {