[cpan2nix] perlPackages.Autodia: cleanup

This commit is contained in:
volth 2018-04-07 07:57:25 +00:00
parent 215e71fdf2
commit 671b0a355d
1 changed files with 2 additions and 2 deletions

View File

@ -608,8 +608,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/T/TE/TEEJAY/${name}.tar.gz";
sha256 = "08pl5y18nsvy8ihfzdsbd8rz6a8al09wqfna07zdjfdyib42b0dc";
};
propagatedBuildInputs = [ TemplateToolkit Inline InlineJava GraphViz
XMLSimple DBI ];
propagatedBuildInputs = [ TemplateToolkit XMLSimple ];
meta = {
description = "AutoDia, create UML diagrams from source code";
@ -631,6 +630,7 @@ let self = _self // overrides; _self = with self; {
maintainers = [ ];
};
buildInputs = [ DBI ];
};
autodie = null; # part of Perl