3
0
Fork 0
forked from mirrors/nixpkgs

haskell-xdot: jailbreak to fix build with text >= 1.1

This commit is contained in:
Peter Simons 2014-05-12 14:21:07 +02:00
parent f6341cb43f
commit 9b8fdfb8b1

View file

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "0.2.4.2";
sha256 = "0a5wmwcl3akw1n9xgdhvlrbvphvy9s528daax28137ixaphvrl0f";
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;