[cpan2nix] perlPackages.SerealDecoder: cleanup

This commit is contained in:
volth 2018-10-20 16:43:30 +00:00
parent 6356fd7ff3
commit 9f4987e031

View file

@ -13340,8 +13340,7 @@ let
url = "mirror://cpan/authors/id/Y/YV/YVES/${name}.tar.gz";
sha256 = "17syqbq17qw6ajg3w88q9ljdm4c2b7zadq9pwshxxgyijg8dlfh4";
};
buildInputs = [ TestDeep TestDifferences TestWarn TestLongString ];
propagatedBuildInputs = [ XSLoader ];
buildInputs = [ TestDeep TestDifferences TestLongString TestWarn ];
preBuild = ''ls'';
meta = {
homepage = https://github.com/Sereal/Sereal;