[cpan2nix] perlPackages.Autodia: cleanup
This commit is contained in:
parent
215e71fdf2
commit
671b0a355d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue