[cpan2nix] perlPackages.CatalystXComponentTraits: cleanup
This commit is contained in:
parent
f7ca652210
commit
6d84df5961
1 changed files with 1 additions and 2 deletions
|
@ -1703,8 +1703,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
url = "mirror://cpan/authors/id/R/RK/RKITOVER/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/R/RK/RKITOVER/${name}.tar.gz";
|
||||||
sha256 = "0iq4ci8m6g2c4g01fvdl568y7pjz28f3widk986v3pyhr7ll8j88";
|
sha256 = "0iq4ci8m6g2c4g01fvdl568y7pjz28f3widk986v3pyhr7ll8j88";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs =
|
propagatedBuildInputs = [ CatalystRuntime MooseXTraitsPluggable ];
|
||||||
[ CatalystRuntime MooseXTraitsPluggable namespaceautoclean ListMoreUtils ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
CatalystXRoleApplicator = buildPerlPackage rec {
|
CatalystXRoleApplicator = buildPerlPackage rec {
|
||||||
|
|
Loading…
Reference in a new issue