From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: Re: [core-updates]: cycle detected in the references of ...gtk+-3.20.9-bin Date: Sat, 15 Oct 2016 11:56:49 +0800 Message-ID: <87d1j2feny.fsf@member.fsf.org> References: <20161013052447.GA26607@jasmine> <87mvi8uv74.fsf@member.fsf.org> <87twcg9fu1.fsf@gnu.org> <87oa2n7z1c.fsf@member.fsf.org> <20161014181518.GA31506@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]:43012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvG5y-0003qo-Uw for guix-devel@gnu.org; Fri, 14 Oct 2016 23:57:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bvG5u-0007jW-P8 for guix-devel@gnu.org; Fri, 14 Oct 2016 23:57:13 -0400 Received: from smtp25.openmailbox.org ([62.4.1.59]:56516 helo=smtp10.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1bvG5u-0007jE-Ik for guix-devel@gnu.org; Fri, 14 Oct 2016 23:57:10 -0400 In-Reply-To: <20161014181518.GA31506@jasmine> (Leo Famulari's message of "Fri, 14 Oct 2016 14:15:18 -0400") 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari writes: > On Fri, Oct 14, 2016 at 11:03:59PM +0800, =E5=AE=8B=E6=96=87=E6=AD=A6 wro= te: >>=20 >> >> [...] >> >> 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. >>=20 >> Sure, here is it: >>=20 > >> From 4746292d8a672dbc3ea8d058baf6239974d92103 Mon Sep 17 00:00:00 2001 >> From: =3D?UTF-8?q?=3DE5=3DAE=3D8B=3DE6=3D96=3D87=3DE6=3DAD=3DA6?=3D >> Date: Fri, 14 Oct 2016 22:57:53 +0800 >> Subject: [PATCH] gnu: gtk+: Move desktop files into "bin" output. >>=20 >> * 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. Pushed, thanks!