Commit 0a573e55 authored by Weijia Wang's avatar Weijia Wang
Browse files

bindle: drop .cargo/config

parent da72738d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -11,6 +11,10 @@ rustPlatform.buildRustPackage rec {
    sha256 = "sha256-xehn74fqP0tEtP4Qy9TRGv+P2QoHZLxRHzGoY5cQuv0=";
  };

  postPatch = ''
    rm .cargo/config
  '';

  doCheck = false; # Tests require a network

  nativeBuildInputs = [ pkg-config ];