[cpan2nix] perlPackages.MouseXNativeTraits: cleanup

This commit is contained in:
volth 2018-04-07 07:57:48 +00:00
parent 22818bf885
commit a451255007

View File

@ -10495,8 +10495,8 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/G/GF/GFUJI/${name}.tar.gz";
sha256 = "0pnbchkxfz9fwa8sniyjqp0mz75b3k2fafq9r09znbbh51dbz9gq";
};
buildInputs = [ TestFatal ];
propagatedBuildInputs = [ AnyMoose ];
buildInputs = [ AnyMoose TestFatal ];
propagatedBuildInputs = [ Mouse ];
meta = {
description = "Extend attribute interfaces for Mouse";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];