bindle: drop .cargo/config

This commit is contained in:
Weijia Wang 2023-09-05 16:36:07 +02:00
parent da72738d89
commit 0a573e5589

View file

@ -11,6 +11,10 @@ rustPlatform.buildRustPackage rec {
sha256 = "sha256-xehn74fqP0tEtP4Qy9TRGv+P2QoHZLxRHzGoY5cQuv0=";
};
postPatch = ''
rm .cargo/config
'';
doCheck = false; # Tests require a network
nativeBuildInputs = [ pkg-config ];