gleam: remove useFetchCargoVendor

This commit is contained in:
awwpotato
2025-04-17 19:26:50 -07:00
parent cea55be347
commit d07349bcfd
+2 -3
View File
@@ -23,6 +23,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
hash = "sha256-0qK9dWkKnoXbIIBMN3p5noPEke/bgC8Bjtmf6lwtyr4=";
};
cargoHash = "sha256-EoRu8p6cUe1li54nVUkf+3qywIsDXh4ptIVLluJ3eFs=";
nativeBuildInputs = [
git
pkg-config
@@ -34,9 +36,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
buildInputs = [ openssl ];
useFetchCargoVendor = true;
cargoHash = "sha256-EoRu8p6cUe1li54nVUkf+3qywIsDXh4ptIVLluJ3eFs=";
checkFlags = [
# Makes a network request
"--skip=tests::echo::echo_dict"