From fc29c4749075464c5b847f72e7d3f743f84d57c8 Mon Sep 17 00:00:00 2001 From: volth Date: Sat, 20 Oct 2018 16:43:38 +0000 Subject: [PATCH] [cpan2nix] perlPackages.SerealEncoder: cleanup --- pkgs/top-level/perl-packages.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 427c3dc9e13..82069f12d9d 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -13356,8 +13356,7 @@ let url = "mirror://cpan/authors/id/Y/YV/YVES/${name}.tar.gz"; sha256 = "02hbk5dwq7fpnyb3vp7xxhb41ra48xhghl13p9pjq9lzsqlb6l19"; }; - buildInputs = [ TestDeep TestDifferences TestWarn TestLongString ]; - propagatedBuildInputs = [ XSLoader SerealDecoder ]; + buildInputs = [ SerealDecoder TestDeep TestDifferences TestLongString TestWarn ]; meta = { homepage = https://github.com/Sereal/Sereal; description = "Fast, compact, powerful binary deserialization";