Unverified Commit 16ec17e6 authored by Noa Aarts's avatar Noa Aarts
Browse files

quill: use `useFetchCargoVendor`

parent 3d728b1d
Loading
Loading
Loading
Loading
+0 −3661

File deleted.

Preview size limit exceeded, changes collapsed.

+2 −8
Original line number Diff line number Diff line
@@ -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