From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/4] gnu: Add imake. Date: Sat, 11 Oct 2014 23:59:24 +0200 Message-ID: <871tqe6zer.fsf@gnu.org> References: <87r3yfvlf9.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]:35193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xd4h9-0003y8-MA for guix-devel@gnu.org; Sat, 11 Oct 2014 17:59:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xd4h4-0007RP-0r for guix-devel@gnu.org; Sat, 11 Oct 2014 17:59:23 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:54746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xd4h3-0007RL-Q6 for guix-devel@gnu.org; Sat, 11 Oct 2014 17:59:17 -0400 In-Reply-To: <87r3yfvlf9.fsf@member.fsf.org> (Eric Bavier's message of "Fri, 10 Oct 2014 13:17:46 -0500") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Eric Bavier Cc: guix-devel@gnu.org Eric Bavier skribis: > From f311e2b1a081e4fd6c8bd3c3b9b2c2654d75f53c Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Fri, 10 Oct 2014 13:06:33 -0500 > Subject: [PATCH 1/4] gnu: Add imake. > > * gnu/packages/xorg.scm (imake): New variable. [...] > +(define xorg-cf-files > + (origin > + (method url-fetch) > + (uri "mirror://xorg/individual/util/xorg-cf-files-1.0.5.tar.bz2") > + (sha256 > + (base32 > + "1m3ypq0xcy46ghxc0svl1rbhpy3zvgmy0aa2mn7w7v7d8d8bh8zd")))) Could you add a comment about what this is and its license? Other than that LGTM. Thanks, Ludo=E2=80=99.