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