[cpan2nix] perlPackages.MooseXAttributeHelpers: cleanup

This commit is contained in:
volth 2018-04-07 07:57:43 +00:00
parent 8f29a53310
commit 1192026a4a

View File

@ -9973,7 +9973,7 @@ let self = _self // overrides; _self = with self; {
sha256 = "3f63f60d94d840a309d9137f78605e15f07c977fd15a4f4b55bd47b65ed52be1";
};
patches = [ ../development/perl-modules/MooseXAttributeHelpers-perl-5.20.patch ];
buildInputs = [ Moose TestException ];
buildInputs = [ TestException ];
propagatedBuildInputs = [ Moose ];
meta = {
description = "Extend your attribute interfaces (deprecated)";