perl-List-SomeUtils: init at 0.52

This commit is contained in:
Robert Helgesson 2016-05-16 03:25:22 +02:00
parent 19c7868eb8
commit 2e2cc597b0

View file

@ -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 {