From 2e2cc597b0ef5649e099391a44a766993ec6244a Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Mon, 16 May 2016 03:25:22 +0200 Subject: [PATCH] perl-List-SomeUtils: init at 0.52 --- pkgs/top-level/perl-packages.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index d90a7f25417..26e60b71a03 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 {