mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 18:54:42 +00:00
[cpan2nix] perlPackages.CatalystViewTT: cleanup
This commit is contained in:
parent
7aa73e2394
commit
132a9cd74b
@ -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 New Issue
Block a user