perl-List-SomeUtils: init at 0.52
This commit is contained in:
@@ -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 {
|
ListUtilsBy = buildPerlPackage rec {
|
||||||
name = "List-UtilsBy-0.09";
|
name = "List-UtilsBy-0.09";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
|||||||
Reference in New Issue
Block a user