[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";
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user