From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [core-updates]: cycle detected in the references of ...gtk+-3.20.9-bin Date: Fri, 14 Oct 2016 14:15:18 -0400 Message-ID: <20161014181518.GA31506@jasmine> References: <20161013052447.GA26607@jasmine> <87mvi8uv74.fsf@member.fsf.org> <87twcg9fu1.fsf@gnu.org> <87oa2n7z1c.fsf@member.fsf.org> 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]:35287) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bv713-0007gv-IZ for guix-devel@gnu.org; Fri, 14 Oct 2016 14:15:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bv711-00045D-GL for guix-devel@gnu.org; Fri, 14 Oct 2016 14:15:32 -0400 Content-Disposition: inline In-Reply-To: <87oa2n7z1c.fsf@member.fsf.org> 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 Fri, Oct 14, 2016 at 11:03:59PM +0800, 宋文武 wrote: > > >> [...] > >> Move all the 3 desktop files into 'bin' output should work. (I could > >> patch that next day, but won't be able to test it due to slow > >> substitute/download/build speed though.) > > > > That should work. You can post the patch here so we can test, if you > > want. > > Sure, here is it: > > From 4746292d8a672dbc3ea8d058baf6239974d92103 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= > Date: Fri, 14 Oct 2016 22:57:53 +0800 > Subject: [PATCH] gnu: gtk+: Move desktop files into "bin" output. > > * gnu/packages/gtk.scm (gtk+)[arguments]: Add 'move-desktop-files' phase. Thanks, this works for me! With this patch, `guix system build` passed the point where it previously failed.