[cpan2nix] perlPackages.CatalystDispatchTypeRegex: cleanup
This commit is contained in:
parent
7ab7e69d18
commit
8982dad5d9
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue