elmPackages.elm-json: remove verifyCargoDeps

This commit is contained in:
zowoq 2020-08-20 10:05:23 +10:00
parent 23962528ce
commit d3ae8e194e

View file

@ -15,7 +15,6 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ openssl ];
cargoSha256 = "0ylniriq073kpiykamkn9mxdaa6kyiza4pvf7gnfq2h1dvbqa6z7";
verifyCargoDeps = true;
# Tests perform networking and therefore can't work in sandbox
doCheck = false;