2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-02 11:26:09 -08:00
|
|
|
{ cabal, cairo, graphviz, gtk, mtl, polyparse, text }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "xdot";
|
2014-10-19 05:19:19 -07:00
|
|
|
version = "0.2.4.5";
|
|
|
|
sha256 = "0dv9y5i3707pnx4c0gf9y3zv6p02az4rvspd84hprfvnhd8qfdcp";
|
2014-10-13 03:48:41 -07:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2013-02-02 11:26:09 -08:00
|
|
|
buildDepends = [ cairo graphviz gtk mtl polyparse text ];
|
2014-05-12 05:21:07 -07:00
|
|
|
jailbreak = true;
|
2013-02-02 11:26:09 -08:00
|
|
|
meta = {
|
|
|
|
description = "Parse Graphviz xdot files and interactively view them using GTK and Cairo";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|