forked from mirrors/nixpkgs
[cpan2nix] perlPackages.CatalystComponentInstancePerContext: cleanup
This commit is contained in:
parent
dc73a01adb
commit
7ab7e69d18
|
@ -1209,7 +1209,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
url = "mirror://cpan/authors/id/G/GR/GRODITI/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/G/GR/GRODITI/${name}.tar.gz";
|
||||||
sha256 = "7f63f930e1e613f15955c9e6d73873675c50c0a3bc2a61a034733361ed26d271";
|
sha256 = "7f63f930e1e613f15955c9e6d73873675c50c0a3bc2a61a034733361ed26d271";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ CatalystRuntime Moose ];
|
propagatedBuildInputs = [ CatalystRuntime ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Moose role to create only one instance of component per context";
|
description = "Moose role to create only one instance of component per context";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
|
Loading…
Reference in a new issue