From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Install gpg2 as gpg Date: Tue, 14 Jun 2016 14:07:31 +0200 Message-ID: <87a8iogeik.fsf@gnu.org> References: <20160613195538.GA1358@jasmine> <20160613202423.GA5290@khazad-dum> <20160613210708.GA12792@jasmine> <20160614075246.GA1570@solar> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCn86-0002IU-Cj for guix-devel@gnu.org; Tue, 14 Jun 2016 08:07:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCn83-0000k3-5R for guix-devel@gnu.org; Tue, 14 Jun 2016 08:07:38 -0400 In-Reply-To: <20160614075246.GA1570@solar> (Andreas Enge's message of "Tue, 14 Jun 2016 09:52:46 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Andreas Enge Cc: guix-devel@gnu.org Hi! Andreas Enge skribis: > By the way, should we maybe make pinentry a propagated input of gnupg-2.1? > If I understand correctly, gnupg-2.1 will not work without it (and mixing > pinentry from Debian with gnupg-2.1 from Guix was one of the reasons for > gnupg not working at first). I don=E2=80=99t think it would help to propagate it since one needs to explicitly specify the pinentry program in ~/.gnupg/gpg.conf, no? Or maybe this is only needed if none of the pinentry programs is found in $PATH? Ludo=E2=80=99.