GraphViz for AutoDia.
svn path=/nixpkgs/trunk/; revision=16912
This commit is contained in:
parent
62dc1d45f5
commit
b6a12ac090
@ -86,7 +86,7 @@ rec {
|
||||
url = "http://www.aarontrevena.co.uk/opensource/autodia/download/${name}.tar.gz";
|
||||
sha256 = "1pzp30lnqkip2yrmnyzrf62g08xwn751nf9gmwdxjc09daaihwaz";
|
||||
};
|
||||
propagatedBuildInputs = [ TemplateToolkit Inline InlineJava ];
|
||||
propagatedBuildInputs = [ TemplateToolkit Inline InlineJava GraphViz ];
|
||||
|
||||
meta = {
|
||||
description = "AutoDia, create UML diagrams from source code";
|
||||
@ -1104,6 +1104,24 @@ rec {
|
||||
};
|
||||
};
|
||||
|
||||
GraphViz = buildPerlPackage rec {
|
||||
name = "GraphViz-2.04";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/L/LB/LBROCARD/${name}.tar.gz";
|
||||
sha256 = "1gxpajd49pb9w9ka7nq5477my8snp3myrgiarnk6hj922jpn62xd";
|
||||
};
|
||||
|
||||
# XXX: It'd be nicer it `GraphViz.pm' could record the path to graphviz.
|
||||
buildInputs = [ pkgs.graphviz ];
|
||||
propagatedBuildInputs = [ IPCRun ];
|
||||
|
||||
meta = {
|
||||
description = "Perl interface to the GraphViz graphing tool";
|
||||
license = [ "Artistic" ];
|
||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||
};
|
||||
};
|
||||
|
||||
HTMLFormFu = buildPerlPackage rec {
|
||||
name = "HTML-FormFu-0.03007";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user