[cpan2nix] perlPackages.CatalystViewTT: cleanup
This commit is contained in:
parent
7aa73e2394
commit
132a9cd74b
1 changed files with 1 additions and 1 deletions
|
@ -1674,7 +1674,7 @@ let self = _self // overrides; _self = with self; {
|
|||
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
|
||||
sha256 = "06d1zg4nbb6kcyjbnyxrkf8z4zlscxr8650d94f7187jygfl8rvh";
|
||||
};
|
||||
propagatedBuildInputs = [ CatalystRuntime TemplateTimer ];
|
||||
propagatedBuildInputs = [ CatalystRuntime ClassAccessor TemplateTimer ];
|
||||
meta = {
|
||||
description = "Template View Class";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
|
|
Loading…
Reference in a new issue