perlPackages.DBIxClassSchemaLoader: cleanups

This commit is contained in:
Stig Palmquist 2023-10-14 14:10:01 +02:00
parent 15c3b89528
commit 6a1a3a78e4

View File

@ -7272,7 +7272,7 @@ with self; {
hash = "sha256-GgieUISlJ2j0J0vCGB3LrhTcxXnk2YD89WnGeBsGCSw=";
};
buildInputs = [ DBDSQLite TestDeep TestDifferences TestException TestWarn ];
propagatedBuildInputs = [ CarpClan ClassUnload DBIxClass DataDump StringToIdentifierEN curry ];
propagatedBuildInputs = [ CarpClan ClassUnload DBIxClass DataDump StringCamelCase StringToIdentifierEN curry ];
meta = {
description = "Create a DBIx::Class::Schema based on a database";
license = with lib.licenses; [ artistic1 gpl1Plus ];