haskell-xdot: jailbreak to fix build with recent versions of polyparse

This commit is contained in:
Peter Simons 2013-03-25 14:26:58 +01:00
parent b7a8b5fc11
commit 557b8daa33

View File

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "0.2.3";
sha256 = "0xb8igsqydiw1w00frn4mxkflhxkayif2vivxmq5fk53am2f43wy";
buildDepends = [ cairo graphviz gtk mtl polyparse text ];
jailbreak = true;
meta = {
description = "Parse Graphviz xdot files and interactively view them using GTK and Cairo";
license = self.stdenv.lib.licenses.bsd3;