polaris: useFetchCargoVendor (#377553)

This commit is contained in:
Peder Bergebakken Sundt
2025-01-28 14:12:15 +01:00
committed by GitHub
+2 -3
View File
@@ -30,9 +30,8 @@ rustPlatform.buildRustPackage rec {
'';
};
cargoHash = if stdenv.buildPlatform.isDarwin
then "sha256-HTqsghjfSjwOaN/ApPFvWVEoquZzE3MYzULkhUOXIWI"
else "sha256-Z3AbYtdNAyKT5EuGtCktEg0fxs/gpKdsrttRkxZhLAU";
useFetchCargoVendor = true;
cargoHash = "sha256-bVXz/rSfkmdQlAa3B4zamZebpRBOkch6zNOFiyEQBbY=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
darwin.Security