7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-mBtwdPzIc6RgEFTyReStFlhS4UhhRWjBTKT6gD3tzpQ=";
18 cargoHash = "sha256-wqyExG4haco6jg1zpbouz3xMR7sjiVIAC16PnDU2tc8=";
20 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ Security ];
23 description = "Commandline tool to display information about unicode characters";
24 mainProgram = "chars";
25 homepage = "https://github.com/antifuchs/chars";
26 license = licenses.mit;
27 maintainers = with maintainers; [ bbigras ];