From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH 2/5] profiles: gtk-icon-themes: Use 'gtk-update-icon-cache' from 'gtk+:bin'. Date: Sat, 20 Aug 2016 14:56:54 -0400 Message-ID: <877fbbuv49.fsf@netris.org> References: <20160806104616.13089-1-iyzsong@gmail.com> <20160806104616.13089-2-iyzsong@gmail.com> <874m6hut44.fsf@netris.org> <87wpjcyxbu.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]:39883) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbBSB-0001ts-2Y for guix-devel@gnu.org; Sat, 20 Aug 2016 14:57:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bbBS6-000671-VJ for guix-devel@gnu.org; Sat, 20 Aug 2016 14:57:10 -0400 Received: from world.peace.net ([50.252.239.5]:39059) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbBS6-00066w-R7 for guix-devel@gnu.org; Sat, 20 Aug 2016 14:57:06 -0400 In-Reply-To: <87wpjcyxbu.fsf@member.fsf.org> (=?utf-8?B?IuWui+aWh+atpiIn?= =?utf-8?B?cw==?= message of "Sat, 20 Aug 2016 10:43:17 +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) writes: > Mark H Weaver writes: > >> Hmm. Would this cause 'gtk+' to become a dependency for building any >> profile, even if it contains no graphical programs? > > No, it does only run when the profile contains gtk+ (with or without > this patch). But with this patch, it will use the latest deployed > gtk+:bin instead of the gtk+ referenced by the profile. Okay, sounds good to me. Thanks! Mark