From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add libgpg-error as propagated inputs to gnupg, gpgme, and pinentry Date: Wed, 19 Feb 2014 14:43:59 +0100 Message-ID: <87ob23md40.fsf@gnu.org> References: <87k3cr8kcj.fsf@netris.org> 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]:59177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WG7RY-0002QE-NR for guix-devel@gnu.org; Wed, 19 Feb 2014 08:44:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WG7RS-0005tz-TP for guix-devel@gnu.org; Wed, 19 Feb 2014 08:44:08 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:54213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WG7RS-0005tr-Mu for guix-devel@gnu.org; Wed, 19 Feb 2014 08:44:02 -0500 In-Reply-To: <87k3cr8kcj.fsf@netris.org> (Mark H. Weaver's message of "Wed, 19 Feb 2014 05:31:24 -0500") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver skribis: > From e6ddaf74f30ee5d6c8d76a3ae9cacdb14eb060c5 Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Tue, 18 Feb 2014 22:06:34 -0500 > Subject: [PATCH] gnu: Add libgpg-error as propagated inputs to gnupg, > gpgme, and pinentry. > > * gnu/packages/gnupg.scm (gnupg, gpgme, pinentry): Make 'libgpg-error' > a propagated input. This makes sense for GPGME, because it=E2=80=99s a library and its headers = may refer to the libgpg-error headers. But what about GnuPG and Pinentry? These are normally just end-user programs, right? Also, please write a one-line rationale for the propagation as a comment. Thanks, Ludo=E2=80=99.