Skip to content

Commit

Permalink
perl-DBIx-Class-Schema-Loader: 0.07043 -> 0.07045
Browse files Browse the repository at this point in the history
Also fix license field.
  • Loading branch information
rycee committed Apr 17, 2016
1 parent b8d7228 commit 6e802a5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3565,17 +3565,18 @@ let self = _self // overrides; _self = with self; {
};
};

DBIxClassSchemaLoader = buildPerlPackage {
name = "DBIx-Class-Schema-Loader-0.07043";
DBIxClassSchemaLoader = buildPerlPackage rec {
name = "DBIx-Class-Schema-Loader-0.07045";
src = fetchurl {
url = mirror://cpan/authors/id/I/IL/ILMARI/DBIx-Class-Schema-Loader-0.07043.tar.gz;
sha256 = "01944d429a420fcb961aa4ab002f884f3d54529b3346816502c27d31c956194d";
url = "mirror://cpan/authors/id/I/IL/ILMARI/${name}.tar.gz";
sha256 = "b132c667aa7dfe6f054e097c3e572a7dbf8ad433500f085e372740d5bc23a440";
};
buildInputs = [ ConfigAny ConfigGeneral DBDSQLite DBIxClassIntrospectableM2M Moose MooseXMarkAsMethods MooseXNonMoose TestDeep TestDifferences TestException TestPod TestWarn namespaceautoclean ];
propagatedBuildInputs = [ CarpClan ClassAccessorGrouped ClassC3Componentised ClassInspector ClassUnload DBIxClass DataDump HashMerge LinguaENInflectNumber LinguaENInflectPhrase LinguaENTagger MROCompat ScalarListUtils ScopeGuard StringCamelCase StringToIdentifierEN TryTiny namespaceclean ];
meta = {
description = "Create a DBIx::Class::Schema based on a database";
license = "perl";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};

Expand Down

0 comments on commit 6e802a5

Please sign in to comment.