14 url = "https://github.com/mirage/rosetta/releases/download/v${version}/rosetta-v${version}.tbz";
15 sha256 = "1gzp3fbk8qd207cm25dgj9kj7b44ldqpjs63pl6xqvi9hx60m3ij";
20 propagatedBuildInputs = [
26 doCheck = false; # No tests.
29 description = "Universal decoder of an encoded flow (UTF-7, ISO-8859 and KOI8) to Unicode";
30 license = lib.licenses.mit;
31 homepage = "https://github.com/mirage/rosetta";
32 maintainers = with lib.maintainers; [ ];