cargo-make: remove unnecessary attribute (#82071)

The default value when left unspecified is now false, so no need to state this explicitly.
wip/yesman
Benjamin Hipple 4 years ago committed by GitHub
parent a38ad34271
commit 1cc9cb7ea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/development/tools/rust/cargo-make/default.nix

@ -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.

Loading…
Cancel
Save