openethereum: remove verifyCargoDeps

This commit is contained in:
zowoq 2020-08-15 10:33:44 +10:00
parent ff8e1825ab
commit b84a2f47c6

View file

@ -21,8 +21,6 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "1xliragihwjfc5qmfm0ng519bw8a28m1w1yqcl9mpk8zywiybaah";
verifyCargoDeps = true;
cargoPatches = [ ./lock.patch ];
LIBCLANG_PATH = "${llvmPackages.libclang}/lib";