Merge pull request #198295 from toonn/sequoia-unused-must-use-fix

This commit is contained in:
Doron Behar 2022-10-29 06:09:40 +00:00 committed by GitHub
commit 4ede9091df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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