[cpan2nix] perlPackages.SortKey: cleanup
This commit is contained in:
parent
81b859dedb
commit
a48510cdb9
|
@ -12442,7 +12442,6 @@ let self = _self // overrides; _self = with self; {
|
||||||
url = "mirror://cpan/authors/id/S/SA/SALVA/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/S/SA/SALVA/${name}.tar.gz";
|
||||||
sha256 = "1kqs10s2plj6c96srk0j8d7xj8dxk1704r7mck8rqk09mg7lqspd";
|
sha256 = "1kqs10s2plj6c96srk0j8d7xj8dxk1704r7mck8rqk09mg7lqspd";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestMore ];
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Sort arrays by one or multiple calculated keys";
|
description = "Sort arrays by one or multiple calculated keys";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
|
Loading…
Reference in New Issue