From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 4/5] gnu: gnome-icon-theme, adwaita-icon-theme: Don't install 'icon-theme.cache'. Date: Sat, 13 Aug 2016 22:15:37 -0400 Message-ID: <20160814021537.GA28609@jasmine> References: <20160806104616.13089-1-iyzsong@gmail.com> <20160806104616.13089-4-iyzsong@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39409) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYkxw-00055F-8G for guix-devel@gnu.org; Sat, 13 Aug 2016 22:15:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bYkxq-0004da-6v for guix-devel@gnu.org; Sat, 13 Aug 2016 22:15:55 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:43374) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYkxp-0004d4-09 for guix-devel@gnu.org; Sat, 13 Aug 2016 22:15:50 -0400 Content-Disposition: inline In-Reply-To: <20160806104616.13089-4-iyzsong@gmail.com> 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 On Sat, Aug 06, 2016 at 06:46:15PM +0800, 宋文武 wrote: > * gnu/packages/gnome.scm (gnome-icon-theme)[native-inputs]: Remove 'gtk+'. > [arguments]: Set 'GTK_UPDATE_ICON_CACHE' to the path of 'true'. > (adwaita-icon-theme)[native-inputs]: Add 'gtk+:bin'. Would this patch get rid of the icon-theme cache conflicts that most Guix users see whenever they do `guix package`?