8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
15 rev = "refs/tags/v${version}";
16 hash = "sha256-q4d3BE11LVAwA16+VEWLbZW/+pkbQ5/rp+pIAiuFTyg=";
19 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
20 darwin.apple_sdk.frameworks.AppKit
23 cargoHash = "sha256-eKREGxIBjzI3viieOnRRUAf+4zqKLi24Hn1aOFns8IQ=";
26 description = "Command line csv viewer";
27 homepage = "https://github.com/YS-L/csvlens";
28 changelog = "https://github.com/YS-L/csvlens/blob/${src.rev}/CHANGELOG.md";
29 license = licenses.mit;
30 maintainers = with maintainers; [ natsukium ];
31 mainProgram = "csvlens";