[cpan2nix] perlPackages.MouseXConfigFromFile: cleanup
This commit is contained in:
parent
2f2b30f001
commit
2dd8cbf23b
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in New Issue