7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/v${version}";
15 sha256 = "sha256-TFPIQno30Vm5m2nZ2b3d0WPu/98UqANLhw3IZiE5a38=";
18 cargoSha256 = "sha256-x+DrKo79R8TAeLVuvIIguQs3gdAHiAQ9dUU2/eZRZ0c=";
21 "--skip=docker::shared::tests::directories::test_host"
25 updateScript = nix-update-script { };
29 description = "Zero setup cross compilation and cross testing";
30 homepage = "https://github.com/cross-rs/cross";
31 changelog = "https://github.com/cross-rs/cross/blob/v${version}/CHANGELOG.md";
32 license = with licenses; [ asl20 /* or */ mit ];
33 maintainers = with maintainers; [ otavio ];
34 mainProgram = "cross";