8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 hash = "sha256-Lpcofb4yz1pR6dNJEnpkkCFdYjgt0qMzVP55kgKqjFA=";
19 cargoHash = "sha256-xVG1nET020rfMIjhIcCtNr9ZCj8SgQAvXePjyKSPjUs=";
21 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
22 darwin.apple_sdk.frameworks.Security
26 description = "Cross compile Cargo project to Windows MSVC target with ease";
27 mainProgram = "cargo-xwin";
28 homepage = "https://github.com/rust-cross/cargo-xwin";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ shivaraj-bh ];