nixpkgs/pkgs/development/libraries/haskell/xdot/default.nix
2014-10-14 17:39:27 +02:00

19 lines
590 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, cairo, graphviz, gtk, mtl, polyparse, text }:
cabal.mkDerivation (self: {
pname = "xdot";
version = "0.2.4.4";
sha256 = "1bv2n1pzn58kqf9k5qbyzlkddhx2v2c9gc50c7q7yd7wxxpml7gi";
isLibrary = true;
isExecutable = true;
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;
platforms = self.ghc.meta.platforms;
};
})