Unverified Commit 2f7a5632 authored by Janne Heß's avatar Janne Heß
Browse files

perlPackages.GraphViz2: Init at 2.67

parent 77ddc91c
Loading
Loading
Loading
Loading
+23 −1
Original line number Diff line number Diff line
@@ -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";