cargo-fuzz: disable tests
tests require rustc nightly
This commit is contained in:
parent
8e3035e568
commit
b2d4ba7f1e
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, fetchurl, runCommand, rustPlatform }:
|
{ stdenv, fetchFromGitHub, rustPlatform }:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cargo-fuzz";
|
pname = "cargo-fuzz";
|
||||||
@ -13,6 +13,8 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
cargoSha256 = "0zxhak79f50m8nw95ny733mk4x2f7kyk6q9v4f7jr2rkcldhgrpr";
|
cargoSha256 = "0zxhak79f50m8nw95ny733mk4x2f7kyk6q9v4f7jr2rkcldhgrpr";
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Command line helpers for fuzzing";
|
description = "Command line helpers for fuzzing";
|
||||||
homepage = "https://github.com/rust-fuzz/cargo-fuzz";
|
homepage = "https://github.com/rust-fuzz/cargo-fuzz";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user