cargo-deny: Disable tests

Because nobody told me how to add the missing cargo-metadata command to
the test environment and the PR for updating this package is almost
half a year old, disable tests now.

Hopefully someone will step up and fix this, but I doubt it.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2020-12-17 18:43:05 +01:00
parent 9a550661a7
commit 4b987925cf

View file

@ -18,6 +18,8 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "1d5vh6cifkvqxmbgc2z9259q8879fjw016z959hfivv38rragqbr";
doCheck = false;
nativeBuildInputs = [ perl pkgconfig ];
buildInputs = [ openssl ]