quill: use useFetchCargoVendor

This commit is contained in:
Noa Aarts 2024-11-18 10:37:58 +01:00
parent 3d728b1d9a
commit 16ec17e630
No known key found for this signature in database
GPG Key ID: 1850932741EFF672
2 changed files with 2 additions and 3669 deletions

File diff suppressed because it is too large Load Diff

View File

@ -41,14 +41,8 @@ rustPlatform.buildRustPackage rec {
export OPENSSL_LIB_DIR=${lib.getLib openssl}/lib
'';
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"derive_more-0.99.8-alpha.0" = "sha256-tEsfYC9oCAsDjinCsUDgRg3q6ruvayuA1lRmsEP9cys=";
"dfn_candid-0.8.0" = "sha256-7LXTwxSA9pTjFynMRzNRXie4x5u8BSLpFaOzpRsgrKA=";
"once_cell-1.4.0-alpha.0" = "sha256-5g26ZizSY5egH/4yU5glzBxpWzdvgKtDsckBpAUBatw=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-+a9VNBjM/Z/PnPRM6hkjSnG22otVc1pagCdn0kJIPEo=";
nativeBuildInputs = [
pkg-config