[cpan2nix] perlPackages.CatalystViewTT: cleanup

This commit is contained in:
volth 2018-06-02 20:39:34 +00:00
parent 7aa73e2394
commit 132a9cd74b

View file

@ -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 ];