From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 3/4] gnu: Add xfig. Date: Sun, 12 Oct 2014 00:01:29 +0200 Message-ID: <87oati5kqu.fsf@gnu.org> References: <87oatjvlcy.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]:35544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xd4jG-0004Pl-Uc for guix-devel@gnu.org; Sat, 11 Oct 2014 18:01:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xd4j5-0007us-1n for guix-devel@gnu.org; Sat, 11 Oct 2014 18:01:34 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:54757) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xd4j4-0007uo-Qr for guix-devel@gnu.org; Sat, 11 Oct 2014 18:01:22 -0400 In-Reply-To: <87oatjvlcy.fsf@member.fsf.org> (Eric Bavier's message of "Fri, 10 Oct 2014 13:19:09 -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 fca4924a98e06ec0d2877b14f074515a2a970605 Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Fri, 10 Oct 2014 13:10:42 -0500 > Subject: [PATCH 3/4] gnu: Add xfig. > > * gnu/packages/xfig.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Nice, looks good. Ludo=E2=80=99.