[cpan2nix] perlPackages.CatalystDispatchTypeRegex: cleanup

This commit is contained in:
volth 2018-04-07 07:58:32 +00:00
parent 7ab7e69d18
commit 8982dad5d9

View file

@ -1268,7 +1268,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/M/MG/MGRIMES/${name}.tar.gz";
sha256 = "06jq1lmpq88rmp9zik5gqczg234xac0hiyc3l698iif7zsgcyb80";
};
propagatedBuildInputs = [ Moose TextSimpleTable ];
propagatedBuildInputs = [ CatalystRuntime ];
meta = {
description = "Regex DispatchType";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];