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:
parent
9a550661a7
commit
4b987925cf
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
cargoSha256 = "1d5vh6cifkvqxmbgc2z9259q8879fjw016z959hfivv38rragqbr";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
nativeBuildInputs = [ perl pkgconfig ];
|
||||
|
||||
buildInputs = [ openssl ]
|
||||
|
|
Loading…
Reference in a new issue