[cpan2nix] perlPackages.MouseXTypes: cleanup

This commit is contained in:
volth 2018-04-07 07:57:48 +00:00
parent a451255007
commit 136e28ca9f
1 changed files with 1 additions and 1 deletions

View File

@ -9918,7 +9918,7 @@ let self = _self // overrides; _self = with self; {
sha256 = "77288441fdadd15beeec9a0813ece8aec1542f1d8ceaaec14755b3f316fbcf8b";
};
buildInputs = [ TestException ];
propagatedBuildInputs = [ AnyMoose Mouse ];
propagatedBuildInputs = [ AnyMoose ];
meta = {
description = "Organize your Mouse types in libraries";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];