mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
perl-Catalyst-Component-InstancePerContext: add meta
This commit is contained in:
parent
94b6127f8e
commit
47ea094895
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user