[cpan2nix] perlPackages.GraphViz: 2.18 -> 2.24
This commit is contained in:
parent
854428b23b
commit
9e96a19fcf
@ -6417,15 +6417,15 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
GraphViz = buildPerlPackage rec {
|
GraphViz = buildPerlPackage rec {
|
||||||
name = "GraphViz-2.18";
|
name = "GraphViz-2.24";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/R/RS/RSAVAGE/${name}.tgz";
|
url = "mirror://cpan/authors/id/R/RS/RSAVAGE/${name}.tgz";
|
||||||
sha256 = "1zdgdd42ywg7bklysd8p8dra66q64vlm4fmnj5gjslp98cm02p9h";
|
sha256 = "1bgm4a8kan53r30qiknr4kasvhar1khf7vq064l1inzfrp2glpnr";
|
||||||
};
|
};
|
||||||
|
|
||||||
# XXX: It'd be nicer it `GraphViz.pm' could record the path to graphviz.
|
# XXX: It'd be nicer it `GraphViz.pm' could record the path to graphviz.
|
||||||
buildInputs = [ pkgs.graphviz ];
|
buildInputs = [ pkgs.graphviz TestPod ];
|
||||||
propagatedBuildInputs = [ IPCRun TestMore ];
|
propagatedBuildInputs = [ FileWhich IPCRun ParseRecDescent XMLTwig XMLXPath ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Perl interface to the GraphViz graphing tool";
|
description = "Perl interface to the GraphViz graphing tool";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user