[cpan2nix] perlPackages.CatalystActionRenderView: cleanup
This commit is contained in:
parent
fbdd420fb1
commit
bd784e9899
1 changed files with 1 additions and 2 deletions
|
@ -1140,8 +1140,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
url = "mirror://cpan/authors/id/B/BO/BOBTFISH/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/B/BO/BOBTFISH/${name}.tar.gz";
|
||||||
sha256 = "8565203950a057d43ecd64e9593715d565c2fbd8b02c91f43c53b2111acd3948";
|
sha256 = "8565203950a057d43ecd64e9593715d565c2fbd8b02c91f43c53b2111acd3948";
|
||||||
};
|
};
|
||||||
buildInputs = [ HTTPRequestAsCGI ];
|
propagatedBuildInputs = [ CatalystRuntime DataVisitor ];
|
||||||
propagatedBuildInputs = [ CatalystRuntime DataVisitor MROCompat ];
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Sensible default end action";
|
description = "Sensible default end action";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
|
Loading…
Reference in a new issue