mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
[cpan2nix] perlPackages.Sereal: cleanup
This commit is contained in:
parent
6880f3c45c
commit
3febbe2cce
@ -13371,8 +13371,8 @@ let
|
||||
url = "mirror://cpan/authors/id/Y/YV/YVES/${name}.tar.gz";
|
||||
sha256 = "0lnczrf311pl9b2x75r0ffsszv5aspfb8x6jdvgr3rgqp7nbm1wr";
|
||||
};
|
||||
buildInputs = [ TestDeep TestDifferences TestWarn TestLongString ];
|
||||
propagatedBuildInputs = [ SerealEncoder SerealDecoder ];
|
||||
buildInputs = [ TestLongString TestWarn ];
|
||||
propagatedBuildInputs = [ SerealDecoder SerealEncoder ];
|
||||
meta = {
|
||||
homepage = https://github.com/Sereal/Sereal;
|
||||
description = "Fast, compact, powerful binary deserialization";
|
||||
|
Loading…
Reference in New Issue
Block a user