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

authored by Doron Behar and committed by GitHub 4ede9091 2e7beefb

+9
+9
pkgs/tools/security/sequoia/default.nix
··· 1 { stdenv 2 , fetchFromGitLab 3 , lib 4 , darwin 5 , git ··· 35 }; 36 37 cargoSha256 = "sha256-Y7iiZVIT9Vbe4YmTfGTU8p3H3odQKms2FBnnWgvF7mI="; 38 39 nativeBuildInputs = [ 40 pkg-config
··· 1 { stdenv 2 , fetchFromGitLab 3 + , fetchpatch 4 , lib 5 , darwin 6 , git ··· 36 }; 37 38 cargoSha256 = "sha256-Y7iiZVIT9Vbe4YmTfGTU8p3H3odQKms2FBnnWgvF7mI="; 39 + 40 + patches = [ 41 + (fetchpatch 42 + { url = "https://gitlab.com/sequoia-pgp/sequoia/-/commit/7916f90421ecb9a75e32f0284459bcc9a3fd02b0.patch"; 43 + sha256 = "sha256-KBBn6XaGzIT0iVzoCYsS0N+OkZzGuWmUmIF2hl49FEI="; 44 + } 45 + ) 46 + ]; 47 48 nativeBuildInputs = [ 49 pkg-config