haskell-graphviz: lift restrictions on temporary to fix the build

This commit is contained in:
Peter Simons 2013-12-27 08:34:15 +01:00
parent 67515e8e38
commit 56e4f6285c

View File

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