[cpan2nix] perlPackages.JSONWebToken: cleanup

This commit is contained in:
volth 2018-06-23 10:15:02 +00:00
parent 45a46d1098
commit 95230dacc7

@ -8199,7 +8199,7 @@ let self = _self // overrides; _self = with self; {
sha256 = "77c182a98528f1714d82afc548d5b3b4dc93e67069128bb9b9413f24cf07248b";
};
buildInputs = [ TestMockGuard TestRequires ];
propagatedBuildInputs = [ JSON ];
propagatedBuildInputs = [ JSON ModuleRuntime ];
meta = {
homepage = https://github.com/xaicron/p5-JSON-WebToken;
description = "JSON Web Token (JWT) implementation";