[cpan2nix] perlPackages.MooseXTypesPerl: cleanup
This commit is contained in:
parent
00f5cc46eb
commit
c9a735387a
|
@ -10416,7 +10416,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
url = mirror://cpan/authors/id/R/RJ/RJBS/MooseX-Types-Perl-0.101343.tar.gz;
|
url = mirror://cpan/authors/id/R/RJ/RJBS/MooseX-Types-Perl-0.101343.tar.gz;
|
||||||
sha256 = "0nijy676q27bvjb8swxrb1j4lq2xq8jbqkaxs1l9q81k7jpvx17h";
|
sha256 = "0nijy676q27bvjb8swxrb1j4lq2xq8jbqkaxs1l9q81k7jpvx17h";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ MooseXTypes ParamsUtil ];
|
propagatedBuildInputs = [ MooseXTypes ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Moose types that check against Perl syntax";
|
description = "Moose types that check against Perl syntax";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
|
Loading…
Reference in New Issue