mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
[cpan2nix] perlPackages.CatalystPluginConfigLoader: cleanup
This commit is contained in:
parent
056c895e09
commit
5153579203
@ -1444,7 +1444,7 @@ let self = _self // overrides; _self = with self; {
|
||||
url = "mirror://cpan/authors/id/B/BO/BOBTFISH/${name}.tar.gz";
|
||||
sha256 = "19j7p4v7mbx6wrmpvmrnd974apx7hdl2s095ga3b9zcbdrl77h5q";
|
||||
};
|
||||
propagatedBuildInputs = [CatalystRuntime DataVisitor ConfigAny MROCompat];
|
||||
propagatedBuildInputs = [ CatalystRuntime ConfigAny DataVisitor ];
|
||||
};
|
||||
|
||||
CatalystPluginFormValidator = buildPerlPackage rec {
|
||||
|
Loading…
Reference in New Issue
Block a user