8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
13 owner = "kellpossible";
16 hash = "sha256-azwQlXsoCgNB/TjSBBE+taUR1POBJXaPnS5Sr+HVR90=";
19 cargoHash = "sha256-vN62QmCuhu7AjL6xSpBU6/ul4WgNLZbjWDCFyHj6rIM=";
21 buildInputs = lib.optionals stdenv.isDarwin [
22 darwin.apple_sdk.frameworks.Foundation
25 cargoTestFlags = [ "--lib" ];
28 description = "Rust Cargo sub-command and libraries to extract and build localization resources to embed in your application/library";
29 homepage = "https://github.com/kellpossible/cargo-i18n";
30 license = licenses.mit;
31 maintainers = with maintainers; [ xrelkd ];
32 mainProgram = "cargo-i18n";