python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / gpgme / fix_gpg_list_keys.diff
blobbd8da4edd6e0cf9669dd7052fad7eef9080c09d4
1 diff --git a/src/engine-gpg.c b/src/engine-gpg.c
2 index b51ea173..4e74665e 100644
3 --- a/src/engine-gpg.c
4 +++ b/src/engine-gpg.c
5 @@ -3005,6 +3005,7 @@ gpg_keylist_build_options (engine_gpg_t gpg, int secret_only,
6 gpg_error_t err;
8 err = add_arg (gpg, "--with-colons");
9 + err = add_arg (gpg, "--with-keygrip");
11 /* Since gpg 2.1.15 fingerprints are always printed, thus there is
12 * no more need to explicitly request them. */