[cpan2nix] perlPackages.DataMessagePack: cleanup

This commit is contained in:
volth 2019-10-22 07:10:17 +00:00
parent d428d63e91
commit 4fb6d96b63

View File

@ -3893,7 +3893,7 @@ let
url = "mirror://cpan/authors/id/S/SY/SYOHEX/Data-MessagePack-1.00.tar.gz";
sha256 = "c9f0eeaf56ee4dfd509eccba2dd838921aebdf186ba60de166443ffc4b0ba1a2";
};
buildInputs = [ FileCopyRecursive TestRequires TestLeakTrace ];
buildInputs = [ FileCopyRecursive TestRequires ];
meta = {
homepage = "https://github.com/msgpack/msgpack-perl";
description = "MessagePack serializing/deserializing";