mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
perlPackages.DBIxClassSchemaLoader: cleanups
This commit is contained in:
parent
15c3b89528
commit
6a1a3a78e4
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user