sequoia: Fix build due to unused-must-use warning

This commit is contained in:
toonn 2022-10-28 17:01:42 +02:00
parent 3453f5713a
commit af590a7212
No known key found for this signature in database
GPG Key ID: 44FF902A66DF4576

View File

@ -1,5 +1,6 @@
{ stdenv
, fetchFromGitLab
, fetchpatch
, lib
, darwin
, git
@ -36,6 +37,14 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "sha256-Y7iiZVIT9Vbe4YmTfGTU8p3H3odQKms2FBnnWgvF7mI=";
patches = [
(fetchpatch
{ url = "https://gitlab.com/sequoia-pgp/sequoia/-/commit/7916f90421ecb9a75e32f0284459bcc9a3fd02b0.patch";
sha256 = "sha256-KBBn6XaGzIT0iVzoCYsS0N+OkZzGuWmUmIF2hl49FEI=";
}
)
];
nativeBuildInputs = [
pkg-config
cargo