diff options
author | Leo Famulari <leo@famulari.name> | 2020-03-28 11:34:54 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-03-28 11:50:41 -0400 |
commit | e4257138fe1d924c56c9979b75319585b9251fb7 (patch) | |
tree | af4d62e85b543eb5fd142f4ab01a232d74d8ce0d /gnu/local.mk | |
parent | 388b432cea4ae2bb9bf4b044026b7764ab002e1e (diff) | |
download | patches-e4257138fe1d924c56c9979b75319585b9251fb7.tar patches-e4257138fe1d924c56c9979b75319585b9251fb7.tar.gz |
Revert "gnu: gnupg: Use ~/.guix-profile/bin/pinentry by default."
This commit didn't work:
https://issues.guix.gnu.org/issue/24076#13
This reverts commit c7af9d0b5ebaa1fdb08ff5d8a56004998bcd8103.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 60d6d912f5..52c65f0c31 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -973,7 +973,6 @@ 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 \ |