1 { lib, stdenv, fetchFromGitHub, rustPlatform, Security }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "17v1nw36mrarrd5yv4xd3mpc1d7lvhd5786mqkzyyraf78pjg045";
14 cargoHash = "sha256-y9f9eBMhSBx6L3cZyZ4VkNSB7yJ55khCskUp6t4HBq4=";
16 buildInputs = lib.optional stdenv.hostPlatform.isDarwin Security;
19 description = "Fast CSV toolkit written in Rust";
21 homepage = "https://github.com/BurntSushi/xsv";
22 license = with licenses; [ unlicense /* or */ mit ];
23 maintainers = [ maintainers.jgertm ];