perlPackages.SortKey: init at 1.33
This commit is contained in:
parent
23dd1bca07
commit
b01bec19d8
1 changed files with 13 additions and 0 deletions
|
@ -12223,6 +12223,19 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
};
|
||||
|
||||
SortKey = buildPerlPackage rec {
|
||||
name = "Sort-Key-1.33";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/S/SA/SALVA/${name}.tar.gz";
|
||||
sha256 = "1kqs10s2plj6c96srk0j8d7xj8dxk1704r7mck8rqk09mg7lqspd";
|
||||
};
|
||||
buildInputs = [ TestMore ];
|
||||
meta = {
|
||||
description = "Sort arrays by one or multiple calculated keys";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
SortVersions = buildPerlPackage rec {
|
||||
name = "Sort-Versions-1.5";
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue