[cpan2nix] perlPackages.CatalystXRoleApplicator: cleanup
This commit is contained in:
parent
adf9324aec
commit
fbdd420fb1
1 changed files with 1 additions and 2 deletions
|
@ -1702,8 +1702,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
url = "mirror://cpan/authors/id/H/HD/HDP/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/H/HD/HDP/${name}.tar.gz";
|
||||||
sha256 = "0vwaapxn8g5hs2xp63c4dwv9jmapmji4272fakssvgc9frklg3p2";
|
sha256 = "0vwaapxn8g5hs2xp63c4dwv9jmapmji4272fakssvgc9frklg3p2";
|
||||||
};
|
};
|
||||||
buildInputs = [ ];
|
propagatedBuildInputs = [ CatalystRuntime MooseXRelatedClassRoles ];
|
||||||
propagatedBuildInputs = [ MooseXRelatedClassRoles CatalystRuntime ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
CatalystTraitForRequestProxyBase = buildPerlPackage {
|
CatalystTraitForRequestProxyBase = buildPerlPackage {
|
||||||
|
|
Loading…
Reference in a new issue