[cpan2nix] perlPackages.CatalystViewCSV: cleanup
This commit is contained in:
parent
a7039d6acf
commit
f8e8426af0
1 changed files with 2 additions and 2 deletions
|
@ -1643,8 +1643,8 @@ let self = _self // overrides; _self = with self; {
|
|||
url = "mirror://cpan/authors/id/M/MC/MCB/${name}.tar.gz";
|
||||
sha256 = "e41326b6099891f244b432921ed10096ac619f32b8c4f8b41633313bd54662db";
|
||||
};
|
||||
buildInputs = [ CatalystActionRenderView CatalystModelDBICSchema CatalystPluginConfigLoader CatalystRuntime CatalystXComponentTraits ConfigGeneral DBDSQLite DBIxClass Moose TestException ];
|
||||
propagatedBuildInputs = [ CatalystRuntime TextCSV URI ];
|
||||
buildInputs = [ CatalystActionRenderView CatalystModelDBICSchema CatalystPluginConfigLoader CatalystXComponentTraits ConfigGeneral DBDSQLite DBIxClass TestException ];
|
||||
propagatedBuildInputs = [ CatalystRuntime TextCSV ];
|
||||
meta = {
|
||||
description = "CSV view class";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
|
|
Loading…
Reference in a new issue