[cpan2nix] perlPackages.ListAllUtils: cleanup

This commit is contained in:
volth 2018-10-02 01:17:46 +00:00
parent 2a38d70964
commit e3eaacf786

View File

@ -8402,7 +8402,7 @@ let
url = mirror://cpan/authors/id/D/DR/DROLSKY/List-AllUtils-0.14.tar.gz;
sha256 = "e45aa65927ae1975a000cc2fed14274627fa5e2bd09bab826a5f2c41d17ef6cd";
};
propagatedBuildInputs = [ ListSomeUtils ListUtilsBy ScalarListUtils ];
propagatedBuildInputs = [ ListSomeUtils ListUtilsBy ];
meta = {
description = "Combines List::Util and List::MoreUtils in one bite-sized package";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];