[cpan2nix] perlPackages.CatalystComponentInstancePerContext: cleanup

This commit is contained in:
volth 2018-04-07 07:58:32 +00:00
parent dc73a01adb
commit 7ab7e69d18

View file

@ -1209,7 +1209,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/G/GR/GRODITI/${name}.tar.gz";
sha256 = "7f63f930e1e613f15955c9e6d73873675c50c0a3bc2a61a034733361ed26d271";
};
propagatedBuildInputs = [ CatalystRuntime Moose ];
propagatedBuildInputs = [ CatalystRuntime ];
meta = {
description = "Moose role to create only one instance of component per context";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];