[cpan2nix] perlPackages.ArchiveTarWrapper: cleanup

This commit is contained in:
volth 2018-10-02 01:18:31 +00:00
parent f7864bbab1
commit 93c904a369

View File

@ -511,7 +511,7 @@ let
meta = {
description = "API wrapper around the 'tar' utility";
};
buildInputs = [ Dumbbench TestSimple13 ];
buildInputs = [ Dumbbench ];
};
ArchiveZip = buildPerlPackage {