[cpan2nix] perlPackages.Sereal: cleanup

This commit is contained in:
volth 2018-10-20 16:43:42 +00:00
parent 6880f3c45c
commit 3febbe2cce

View File

@ -13371,8 +13371,8 @@ let
url = "mirror://cpan/authors/id/Y/YV/YVES/${name}.tar.gz"; url = "mirror://cpan/authors/id/Y/YV/YVES/${name}.tar.gz";
sha256 = "0lnczrf311pl9b2x75r0ffsszv5aspfb8x6jdvgr3rgqp7nbm1wr"; sha256 = "0lnczrf311pl9b2x75r0ffsszv5aspfb8x6jdvgr3rgqp7nbm1wr";
}; };
buildInputs = [ TestDeep TestDifferences TestWarn TestLongString ]; buildInputs = [ TestLongString TestWarn ];
propagatedBuildInputs = [ SerealEncoder SerealDecoder ]; propagatedBuildInputs = [ SerealDecoder SerealEncoder ];
meta = { meta = {
homepage = https://github.com/Sereal/Sereal; homepage = https://github.com/Sereal/Sereal;
description = "Fast, compact, powerful binary deserialization"; description = "Fast, compact, powerful binary deserialization";