Unverified Commit d14e6f75 authored by TomaSajt's avatar TomaSajt
Browse files

vkdt: use fetchCargoVendor

parent 9b633063
Loading
Loading
Loading
Loading

pkgs/by-name/vk/vkdt/Cargo.lock

deleted100644 → 0
+0 −1353

File deleted.

Preview size limit exceeded, changes collapsed.

+7 −7
Original line number Diff line number Diff line
@@ -37,15 +37,15 @@ stdenv.mkDerivation rec {
    hash = "sha256-+oVPZRI01IxMSPXOjvUXJutYXftQM7GxwVLG8wqoaY4=";
  };

  strictDeps = true;
  cargoRoot = "src/pipe/modules/i-raw/rawloader-c";

  cargoDeps = rustPlatform.importCargoLock {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "rawler-0.6.3" = "sha256-EJ0uWc3pp7ixRxDIdTIVVaT2ph3P2IvuK+ecBSB5HYw=";
    };
  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit pname version;
    inherit src cargoRoot;
    hash = "sha256-DTC9I4y01bofjgjuGn5asyxhin1yrO6JlASGZtq8z60=";
  };
  cargoRoot = "src/pipe/modules/i-raw/rawloader-c";

  strictDeps = true;

  nativeBuildInputs = [
    cargo