haskell-graphviz: jailbreak some more
This commit is contained in:
parent
d7eae3f86b
commit
b6e7a650f0
@ -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 New Issue
Block a user