From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] guix: gnu-build-system: add new phase patch-dot-desktop-files Date: Sat, 01 Oct 2016 12:18:28 +0200 Message-ID: <87twcwid8r.fsf@gnu.org> References: <87twd5q3oe.fsf@gnu.org> <1474782201-32677-1-git-send-email-john@darrington.wattle.id.au> 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]:45481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqHNM-00076Z-Ad for guix-devel@gnu.org; Sat, 01 Oct 2016 06:18:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqHNJ-00051w-2T for guix-devel@gnu.org; Sat, 01 Oct 2016 06:18:36 -0400 In-Reply-To: <1474782201-32677-1-git-send-email-john@darrington.wattle.id.au> (John Darrington's message of "Sun, 25 Sep 2016 07:43:21 +0200") 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: John Darrington Cc: guix-devel@gnu.org, John Darrington John Darrington skribis: > From: John Darrington > > > New patch as requested. > > > > > * guix/build/gnu-build-system.scm (patch-dot-desktop-files): New procedur= e. I pushed a modified version of this patch as d31860b9de07810e114490db5cc160a8b078c58d, essentially making it more concise and adding =E2=80=98format=E2=80=99 statements so people have some = information in their build log. Thanks! Ludo=E2=80=99.