about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/gpgme/fix_gpg_list_keys.diff
blob: bd8da4edd6e0cf9669dd7052fad7eef9080c09d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/engine-gpg.c b/src/engine-gpg.c
index b51ea173..4e74665e 100644
--- a/src/engine-gpg.c
+++ b/src/engine-gpg.c
@@ -3005,6 +3005,7 @@ gpg_keylist_build_options (engine_gpg_t gpg, int secret_only,
   gpg_error_t err;
 
   err = add_arg (gpg, "--with-colons");
+  err = add_arg (gpg, "--with-keygrip");
 
   /* Since gpg 2.1.15 fingerprints are always printed, thus there is
    * no more need to explicitly request them.  */