8 rustPlatform.buildRustPackage rec {
9 pname = "code-minimap";
12 src = fetchFromGitHub {
16 sha256 = "sha256-d9qcSSiRv1I7NYuLrra5ShIUXT2HVeHGD0WPb+dnQCc=";
19 cargoHash = "sha256-5/UgEzkJw9XDgtS1jKyWh5ijTp3L+UQLuE5CXcyIgTs=";
21 buildInputs = lib.optional stdenv.hostPlatform.isDarwin libiconv;
24 description = "High performance code minimap render";
25 homepage = "https://github.com/wfxr/code-minimap";
26 license = with licenses; [ asl20 /* or */ mit ];
27 maintainers = with maintainers; [ bsima ];
28 mainProgram = "code-minimap";