haskell-xdot: jailbreak to fix build with recent versions of polyparse
This commit is contained in:
parent
b7a8b5fc11
commit
557b8daa33
|
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
||||||
version = "0.2.3";
|
version = "0.2.3";
|
||||||
sha256 = "0xb8igsqydiw1w00frn4mxkflhxkayif2vivxmq5fk53am2f43wy";
|
sha256 = "0xb8igsqydiw1w00frn4mxkflhxkayif2vivxmq5fk53am2f43wy";
|
||||||
buildDepends = [ cairo graphviz gtk mtl polyparse text ];
|
buildDepends = [ cairo graphviz gtk mtl polyparse text ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Parse Graphviz xdot files and interactively view them using GTK and Cairo";
|
description = "Parse Graphviz xdot files and interactively view them using GTK and Cairo";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
|
Loading…
Reference in New Issue