Loading pkgs/top-level/perl-packages.nix +23 −1 Original line number Diff line number Diff line Loading @@ -10736,6 +10736,28 @@ with self; { }; }; GraphViz2 = buildPerlPackage { pname = "GraphViz2"; version = "2.67"; src = fetchurl { url = "mirror://cpan/authors/id/E/ET/ETJ/GraphViz2-2.67.tar.gz"; hash = "sha256-h8hcbt/86k+W5rSAD2+VEq6rGeuNOzSDAachMxvLhYA="; }; # XXX: It'd be nicer if `GraphViz.pm' could record the path to graphviz. buildInputs = [ pkgs.graphviz TestPod Moo IPCRun3 TypeTiny TestSnapshot Graph ]; propagatedBuildInputs = [ FileWhich IPCRun ParseRecDescent XMLTwig XMLXPath DataSectionSimple ]; # needed for fontconfig tests HOME = "/build"; FONTCONFIG_PATH = "${lib.getOutput "out" pkgs.fontconfig}/etc/fonts"; meta = { description = "Perl interface to the GraphViz graphing tool"; license = with lib.licenses; [ artistic2 ]; }; }; grepmail = buildPerlPackage { pname = "grepmail"; version = "5.3111"; Loading Loading
pkgs/top-level/perl-packages.nix +23 −1 Original line number Diff line number Diff line Loading @@ -10736,6 +10736,28 @@ with self; { }; }; GraphViz2 = buildPerlPackage { pname = "GraphViz2"; version = "2.67"; src = fetchurl { url = "mirror://cpan/authors/id/E/ET/ETJ/GraphViz2-2.67.tar.gz"; hash = "sha256-h8hcbt/86k+W5rSAD2+VEq6rGeuNOzSDAachMxvLhYA="; }; # XXX: It'd be nicer if `GraphViz.pm' could record the path to graphviz. buildInputs = [ pkgs.graphviz TestPod Moo IPCRun3 TypeTiny TestSnapshot Graph ]; propagatedBuildInputs = [ FileWhich IPCRun ParseRecDescent XMLTwig XMLXPath DataSectionSimple ]; # needed for fontconfig tests HOME = "/build"; FONTCONFIG_PATH = "${lib.getOutput "out" pkgs.fontconfig}/etc/fonts"; meta = { description = "Perl interface to the GraphViz graphing tool"; license = with lib.licenses; [ artistic2 ]; }; }; grepmail = buildPerlPackage { pname = "grepmail"; version = "5.3111"; Loading