cargo-make: remove unnecessary attribute (#82071)

The default value when left unspecified is now false, so no need to state this explicitly.
This commit is contained in:
Benjamin Hipple 2020-03-08 19:26:19 -04:00 committed by GitHub
parent a38ad34271
commit 1cc9cb7ea1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,8 +24,6 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ openssl ]
++ stdenv.lib.optionals stdenv.isDarwin [ Security ];
legacyCargoFetcher = false;
cargoSha256 = "1x0lb68d47nhggnj7jf90adz7shb0cg305mavgqvxizd2s9789dx";
# Some tests fail because they need network access.