forked from mirrors/nixpkgs
perl-Catalyst-Controller-HTML-FormFu: add meta
This commit is contained in:
parent
47ea094895
commit
6eb7a499ef
|
@ -970,15 +970,14 @@ let self = _self // overrides; _self = with self; {
|
|||
name = "Catalyst-Controller-HTML-FormFu-1.00";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/C/CF/CFRANKS/${name}.tar.gz";
|
||||
sha256 = "0b7if9sz23i4qv0yl0nrv6myfb6db1a1ivm9qp9wdk8nfwl9ncl4";
|
||||
sha256 = "84329b287716cdc6d3c5a9ee185458cd2ce7abd9d902eac1c6240ef17572f12c";
|
||||
};
|
||||
buildInputs = [ CatalystActionRenderView CatalystPluginSession CatalystPluginSessionStateCookie CatalystPluginSessionStoreFile CatalystViewTT TemplateToolkit TestAggregate TestWWWMechanize TestWWWMechanizeCatalyst ];
|
||||
propagatedBuildInputs = [ CatalystComponentInstancePerContext CatalystRuntime ConfigAny HTMLFormFu Moose MooseXAttributeChained RegexpAssemble TaskWeaken namespaceautoclean ];
|
||||
meta = {
|
||||
description = "Catalyst integration for HTML::FormFu";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
buildInputs = [ CatalystActionRenderView CatalystPluginSession
|
||||
CatalystPluginSessionStateCookie CatalystPluginSessionStoreFile
|
||||
CatalystViewTT TemplateToolkit TestAggregate TestWWWMechanize
|
||||
TestWWWMechanizeCatalyst ];
|
||||
propagatedBuildInputs = [ CatalystComponentInstancePerContext CatalystRuntime
|
||||
CGI ConfigAny HTMLFormFu Moose MooseXAttributeChained RegexpAssemble TaskWeaken
|
||||
namespaceautoclean ];
|
||||
};
|
||||
|
||||
CatalystControllerPOD = buildPerlPackage rec {
|
||||
|
|
Loading…
Reference in a new issue