[cpan2nix] perlPackages.CatalystPluginCache: cleanup

This commit is contained in:
volth 2018-04-07 07:58:33 +00:00
parent 8982dad5d9
commit c1052f6819

View file

@ -1401,7 +1401,7 @@ let self = _self // overrides; _self = with self; {
sha256 = "1q23aipvrl888h06ldr4mmjbykz0j4rqwipxg1jv094kki2fspr9";
};
buildInputs = [ TestDeep TestException ];
propagatedBuildInputs = [ CatalystRuntime MROCompat TaskWeaken ];
propagatedBuildInputs = [ CatalystRuntime ];
meta = {
description = "Flexible caching support for Catalyst";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];