vkdt: use fetchCargoVendor

This commit is contained in:
TomaSajt
2025-03-06 19:23:29 +01:00
parent 9b6330637c
commit d14e6f75c0
2 changed files with 8 additions and 1361 deletions
-1353
View File
File diff suppressed because it is too large Load Diff
+8 -8
View File
@@ -37,16 +37,16 @@ stdenv.mkDerivation rec {
hash = "sha256-+oVPZRI01IxMSPXOjvUXJutYXftQM7GxwVLG8wqoaY4=";
};
strictDeps = true;
cargoDeps = rustPlatform.importCargoLock {
lockFile = ./Cargo.lock;
outputHashes = {
"rawler-0.6.3" = "sha256-EJ0uWc3pp7ixRxDIdTIVVaT2ph3P2IvuK+ecBSB5HYw=";
};
};
cargoRoot = "src/pipe/modules/i-raw/rawloader-c";
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version;
inherit src cargoRoot;
hash = "sha256-DTC9I4y01bofjgjuGn5asyxhin1yrO6JlASGZtq8z60=";
};
strictDeps = true;
nativeBuildInputs = [
cargo
clang