about summary refs log tree commit diff
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2018-10-20 16:43:38 +0000
committervolth <volth@volth.com>2018-10-20 16:43:38 +0000
commitfc29c4749075464c5b847f72e7d3f743f84d57c8 (patch)
tree8f43a415cdf5b2fcd66dd1d80932d9d27390aa70 /pkgs/top-level/perl-packages.nix
parent9f4987e0316d8160726f360fcb8be39f5837f1e5 (diff)
downloadnixlib-fc29c4749075464c5b847f72e7d3f743f84d57c8.tar
nixlib-fc29c4749075464c5b847f72e7d3f743f84d57c8.tar.gz
nixlib-fc29c4749075464c5b847f72e7d3f743f84d57c8.tar.bz2
nixlib-fc29c4749075464c5b847f72e7d3f743f84d57c8.tar.lz
nixlib-fc29c4749075464c5b847f72e7d3f743f84d57c8.tar.xz
nixlib-fc29c4749075464c5b847f72e7d3f743f84d57c8.tar.zst
nixlib-fc29c4749075464c5b847f72e7d3f743f84d57c8.zip
[cpan2nix] perlPackages.SerealEncoder: cleanup
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-rw-r--r--pkgs/top-level/perl-packages.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 427c3dc9e132..82069f12d9db 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";