haskell-xdot: jailbreak to fix build with text >= 1.1
This commit is contained in:
parent
f6341cb43f
commit
9b8fdfb8b1
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
|||||||
version = "0.2.4.2";
|
version = "0.2.4.2";
|
||||||
sha256 = "0a5wmwcl3akw1n9xgdhvlrbvphvy9s528daax28137ixaphvrl0f";
|
sha256 = "0a5wmwcl3akw1n9xgdhvlrbvphvy9s528daax28137ixaphvrl0f";
|
||||||
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…
x
Reference in New Issue
Block a user