On Thu, Mar 16, 2017 at 01:46:30AM +0100, Clément Lassieur wrote: > * gnu/packages/patches/password-store-gnupg-compat.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/password-utils.scm (password-store)[source]: Use it. Thanks! > This fixes the tests too. > > There is a discussion about this patch: > https://bugzilla.suse.com/show_bug.cgi?id=1028867. I took the one from > Andreas. This doesn't need to go in the commit message. > diff --git a/gnu/packages/patches/password-store-gnupg-compat.patch b/gnu/packages/patches/password-store-gnupg-compat.patch > new file mode 100644 > index 000000000..972b89033 > --- /dev/null > +++ b/gnu/packages/patches/password-store-gnupg-compat.patch > @@ -0,0 +1,50 @@ > +Copied from upstream mailing list: > +https://lists.zx2c4.com/pipermail/password-store/2017-March/002844.html. > + > +From 8723d8e8192683891904aff321446b0fac37d1ad Mon Sep 17 00:00:00 2001 > +From: Andreas Stieger > +Date: Fri, 10 Mar 2017 15:43:26 +0100 > +Subject: [PATCH] Fix compatibility with GnuPG 2.2.19 > + > +GnuPG 2.2.19 added a warning when no command was given. The version is 2.1.19. We should say that the patch actually restores compatibility with GnuPG 2.1.19 and that the '2.2.19' in the commit message is a typo.