diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index d90a7f254178..26e60b71a03c 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -6936,6 +6936,21 @@ let self = _self // overrides; _self = with self; { }; }; + ListSomeUtils = buildPerlPackage rec { + name = "List-SomeUtils-0.52"; + src = fetchurl { + url = "mirror://cpan/authors/id/D/DR/DROLSKY/${name}.tar.gz"; + sha256 = "1e8c900332ac08c314b78ca1b0d23aba28c146b6133606a817d828d5bd0485ac"; + }; + buildInputs = [ TestLeakTrace ]; + propagatedBuildInputs = [ ExporterTiny ModuleImplementation ]; + meta = { + homepage = http://metacpan.org/release/List-SomeUtils; + description = "Provide the stuff missing in List::Util"; + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; + }; + }; + ListUtilsBy = buildPerlPackage rec { name = "List-UtilsBy-0.09"; src = fetchurl {