[cpan2nix] perlPackages.SortKey: cleanup

This commit is contained in:
volth 2018-04-07 07:53:06 +00:00
parent 81b859dedb
commit a48510cdb9

View file

@ -12442,7 +12442,6 @@ let self = _self // overrides; _self = with self; {
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 ];