[cpan2nix] perlPackages.MouseXConfigFromFile: cleanup

This commit is contained in:
volth 2018-04-07 07:57:58 +00:00
parent 2f2b30f001
commit 2dd8cbf23b
1 changed files with 1 additions and 1 deletions

View File

@ -9931,7 +9931,7 @@ let self = _self // overrides; _self = with self; {
sha256 = "921b31cb13fc1f982a602f8e23815b7add23a224257e43790e287504ce879534"; sha256 = "921b31cb13fc1f982a602f8e23815b7add23a224257e43790e287504ce879534";
}; };
buildInputs = [ TestUseAllModules ]; buildInputs = [ TestUseAllModules ];
propagatedBuildInputs = [ Mouse MouseXTypesPathClass ]; propagatedBuildInputs = [ MouseXTypesPathClass ];
meta = { meta = {
description = "An abstract Mouse role for setting attributes from a configfile"; description = "An abstract Mouse role for setting attributes from a configfile";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];