summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/gnupg-default-pinentry.patch
Commit message (Collapse)AuthorAge
* gnu: GnuPG: Really use ~/.guix-profile/bin/pinentry by default.Leo Famulari2020-03-29
| | | | | | | | | Fixes <https://bugs.gnu.org/24076>. * gnu/packages/patches/gnupg-default-pinentry.patch: New file. Use $HOME to find the user's Guix profile and installed pinentry. * gnu/local.mk (dist_patch_DATA): Add the patch. * gnu/packages/gnupg.scm (gnupg)[source]: Use it.
* Revert "gnu: gnupg: Use ~/.guix-profile/bin/pinentry by default."Leo Famulari2020-03-28
| | | | | | | | This commit didn't work: https://issues.guix.gnu.org/issue/24076#13 This reverts commit c7af9d0b5ebaa1fdb08ff5d8a56004998bcd8103.
* gnu: gnupg: Use ~/.guix-profile/bin/pinentry by default.Ludovic Courtès2020-03-26
Fixes <https://bugs.gnu.org/24076>. Reported by Danny Milosavljevic <dannym@scratchpost.org>. * gnu/packages/patches/gnupg-default-pinentry.patch: New file. * gnu/packages/gnupg.scm (gnupg)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.