Unverified Commit d07349bc authored by awwpotato's avatar awwpotato
Browse files

gleam: remove useFetchCargoVendor

parent cea55be3
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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"