mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2025-01-06 17:51:25 +00:00
Fix nix build
This commit is contained in:
parent
a12b272a40
commit
32786901b7
1 changed files with 6 additions and 1 deletions
|
@ -14,7 +14,12 @@ rustPlatform.buildRustPackage {
|
|||
pname = "pict-rs";
|
||||
version = "0.3.2";
|
||||
src = ./.;
|
||||
cargoSha256 = "";
|
||||
cargoLock = {
|
||||
lockFile = ./Cargo.lock;
|
||||
outputHashes = {
|
||||
"aws-creds-0.29.1" = "bwDFmDPThMLrpaB7cAj/2/vJKhbX6/DqgcIRBVKSZhg=";
|
||||
};
|
||||
};
|
||||
|
||||
PROTOC = "${protobuf}/bin/protoc";
|
||||
PROTOC_INCLUDE = "${protobuf}/include";
|
||||
|
|
Loading…
Reference in a new issue