Merge pull request #95467 from zowoq/verifycargo

openethereum, udpt: remove verifyCargoDeps
This commit is contained in:
Benjamin Hipple 2020-08-14 21:32:47 -04:00 committed by GitHub
commit 71447d0416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

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

View File

@ -12,7 +12,6 @@ rustPlatform.buildRustPackage rec {
};
cargoSha256 = "1cmd80ndjxdmyfjpm1f04rwf64501nyi6wdsj7lxidgd1v92wy2c";
verifyCargoDeps = true;
postInstall = ''
install -D udpt.toml $out/share/udpt/udpt.toml