haskell-graphviz: jailbreak to fix build with fgl 5.x
This commit is contained in:
parent
c1181af456
commit
b3f3d111ad
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue