diff options
author | Leo Famulari <leo@famulari.name> | 2020-03-27 18:44:48 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-03-29 15:25:50 -0400 |
commit | e5b44b06b3fb19c897fb3e430bd41941905e101f (patch) | |
tree | 8bf2ba3e4644b9b2455a6ce6ab7c10c612ef3ecd /gnu/local.mk | |
parent | 8f83699ba00743d258b497e0e5285989996ee559 (diff) | |
download | guix-e5b44b06b3fb19c897fb3e430bd41941905e101f.tar.gz |
gnu: GnuPG: Really use ~/.guix-profile/bin/pinentry by default.
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.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index cb492cba37..7d8145b10d 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -973,6 +973,7 @@ dist_patch_DATA = \ %D%/packages/patches/gmp-faulty-test.patch \ %D%/packages/patches/gnome-shell-theme.patch \ %D%/packages/patches/gnome-tweaks-search-paths.patch \ + %D%/packages/patches/gnupg-default-pinentry.patch \ %D%/packages/patches/gnutls-skip-trust-store-test.patch \ %D%/packages/patches/gobject-introspection-absolute-shlib-path.patch \ %D%/packages/patches/gobject-introspection-cc.patch \ |