vkdt: use fetchCargoVendor
This commit is contained in:
Generated
-1353
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user