[cpan2nix] perlPackages.MooX: cleanup

This commit is contained in:
volth 2018-04-07 07:56:51 +00:00
parent 9719ce6569
commit 4977435811

View File

@ -9712,7 +9712,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/G/GE/GETTY/${name}.tar.gz";
sha256 = "2ff91a656e78aae0aca42293829d7a7e5acb9bf22b0401635b2ab6c870de32d5";
};
propagatedBuildInputs = [ DataOptList ImportInto ModuleRuntime Moo ];
propagatedBuildInputs = [ DataOptList ImportInto Moo ];
meta = {
homepage = https://github.com/Getty/p5-moox;
description = "Using Moo and MooX:: packages the most lazy way";