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: xfce4-taskmanager: Build with GTK+ 3 support. Date: Wed, 27 Apr 2016 14:32:28 +0200 Message-ID: <87eg9r2pwj.fsf@gnu.org> References: <20160426000324.4eb1c051@openmailbox.org> <87bn4wa28e.fsf@member.fsf.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]:33023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avOdu-0000bQ-Uc for guix-devel@gnu.org; Wed, 27 Apr 2016 08:32:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avOdr-0003RI-PS for guix-devel@gnu.org; Wed, 27 Apr 2016 08:32:34 -0400 In-Reply-To: <87bn4wa28e.fsf@member.fsf.org> (=?utf-8?B?IuWui+aWh+atpiIn?= =?utf-8?B?cw==?= message of "Tue, 26 Apr 2016 22:12:01 +0800") 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: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org iyzsong@member.fsf.org (=E5=AE=8B=E6=96=87=E6=AD=A6) skribis: > Kei Yamashita writes: > >> This is a useful addition now that I know libwnck was stopping me from >> building the GTK+ 3 version of this tool! > Well, with gtk+-3, the libwnck-2 and gtk+-2 will not be > used (not in the closure), so I'd like leave only gtk+ in inputs, > but it seems gtk+-2 is required by the configure script even it's not > needed. To be sure, I think it would be best to add: #:disallowed-references ,(list gtk+2 libwnck-2) with a comment explaining the bug. Ludo=E2=80=99.