mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
perl-List-SomeUtils: init at 0.52
This commit is contained in:
parent
19c7868eb8
commit
2e2cc597b0
1 changed files with 15 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue