[cpan2nix] perlPackages.DBIxClass: cleanup

This commit is contained in:
volth 2018-04-07 07:57:36 +00:00
parent c7d2870cff
commit c376c6c5ed

View File

@ -4033,8 +4033,8 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/R/RI/RIBASUSHI/${name}.tar.gz";
sha256 = "d705f85825aced299020534349778537524526d64f524217ca362787f683c3bd";
};
buildInputs = [ DBDSQLite PackageStash TestDeep TestException TestWarn ];
propagatedBuildInputs = [ ClassAccessorGrouped ClassC3Componentised ClassInspector ConfigAny ContextPreserve DBI DataDumperConcise DataPage DevelGlobalDestruction HashMerge MROCompat ModuleFind Moo PathClass SQLAbstract ScopeGuard SubName TryTiny namespaceclean ];
buildInputs = [ DBDSQLite TestDeep TestException TestWarn ];
propagatedBuildInputs = [ ClassAccessorGrouped ClassC3Componentised ConfigAny ContextPreserve DBI DataDumperConcise DataPage ModuleFind PathClass SQLAbstract ScopeGuard SubName namespaceclean ];
meta = {
homepage = http://www.dbix-class.org/;
description = "Extensible and flexible object <-> relational mapper";