[cpan2nix] perlPackages.Autodia: cleanup

This commit is contained in:
volth 2018-04-07 07:57:25 +00:00
parent 215e71fdf2
commit 671b0a355d

View File

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