haskell-graphviz: jailbreak some more
This commit is contained in:
parent
8cca7e4603
commit
446a93b375
1 changed files with 1 additions and 1 deletions
|
@ -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|polyparse.*,|polyparse,|' -e 's|dlist ==.*|dlist|' -e 's|temporary.*,|temporary,|' graphviz.cabal
|
||||
'';
|
||||
doCheck = false;
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue