mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
perl-DBIx-Class: add missing dependency
DBIx::Class needs the Try::Tiny module.
This commit is contained in:
parent
fa748c1f66
commit
9f8db74b39
@ -3505,7 +3505,7 @@ let self = _self // overrides; _self = with self; {
|
|||||||
sha256 = "1picibywz5sdpaa1pmbv7xfw52nbz6fh32afb1p2qwsgzbkhqvnw";
|
sha256 = "1picibywz5sdpaa1pmbv7xfw52nbz6fh32afb1p2qwsgzbkhqvnw";
|
||||||
};
|
};
|
||||||
buildInputs = [ DBDSQLite PackageStash SQLTranslator TestDeep TestException TestWarn ];
|
buildInputs = [ DBDSQLite PackageStash SQLTranslator TestDeep TestException TestWarn ];
|
||||||
propagatedBuildInputs = [ ClassAccessorGrouped ClassC3Componentised ClassInspector ConfigAny ContextPreserve DBI DataDumperConcise DataPage DevelGlobalDestruction HashMerge MROCompat ModuleFind Moo PathClass SQLAbstract ScopeGuard SubName namespaceclean ];
|
propagatedBuildInputs = [ ClassAccessorGrouped ClassC3Componentised ClassInspector ConfigAny ContextPreserve DBI DataDumperConcise DataPage DevelGlobalDestruction HashMerge MROCompat ModuleFind Moo PathClass SQLAbstract ScopeGuard SubName TryTiny namespaceclean ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.dbix-class.org/;
|
homepage = http://www.dbix-class.org/;
|
||||||
description = "Extensible and flexible object <-> relational mapper";
|
description = "Extensible and flexible object <-> relational mapper";
|
||||||
|
Loading…
Reference in New Issue
Block a user