perl-Catalyst-Component-InstancePerContext: add meta

This commit is contained in:
Robert Helgesson 2016-05-25 16:30:13 +02:00
parent 94b6127f8e
commit 47ea094895

View File

@ -957,9 +957,13 @@ let self = _self // overrides; _self = with self; {
name = "Catalyst-Component-InstancePerContext-0.001001";
src = fetchurl {
url = "mirror://cpan/authors/id/G/GR/GRODITI/${name}.tar.gz";
sha256 = "0wfj4vnn2cvk6jh62amwlg050p37fcwdgrn9amcz24z6w4qgjqvz";
sha256 = "7f63f930e1e613f15955c9e6d73873675c50c0a3bc2a61a034733361ed26d271";
};
propagatedBuildInputs = [ CatalystRuntime Moose ];
meta = {
description = "Moose role to create only one instance of component per context";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
propagatedBuildInputs = [CatalystRuntime Moose];
};
CatalystControllerHTMLFormFu = buildPerlPackage rec {