From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/3] gnu: Add libglademm Date: Mon, 29 Feb 2016 10:55:00 +0100 Message-ID: <87oaazj0y3.fsf@gnu.org> References: <1455721361-14591-1-git-send-email-mail@cbaines.net> <1455721361-14591-3-git-send-email-mail@cbaines.net> <20160220053316.GB10772@jasmine> 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]:56236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaKXi-0000lW-Ih for guix-devel@gnu.org; Mon, 29 Feb 2016 04:55:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaKXf-0006hT-Bh for guix-devel@gnu.org; Mon, 29 Feb 2016 04:55:06 -0500 In-Reply-To: <20160220053316.GB10772@jasmine> (Leo Famulari's message of "Sat, 20 Feb 2016 00:33:16 -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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari skribis: > On Wed, Feb 17, 2016 at 03:02:40PM +0000, Christopher Baines wrote: >> * gnu/packages/gnome.scm (libglademm): New variable. [...] >> + (propagated-inputs >> + `(("gtkmm-2" ,gtkmm-2) >> + ("libglade" ,libglade))) ; required by libglade-2.0.pc > > Do these need to be propagated? To complement: propagated inputs are usually considered a last resort because they clutter user profiles, so uses of =E2=80=98propagated-inputs= =E2=80=99 must be justified in a comment. Ludo=E2=80=99.