From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/2] gnu: Add tilda. Date: Mon, 16 Nov 2015 13:45:54 +0100 Message-ID: <871tbq9kot.fsf@gnu.org> References: <1447150040-10401-1-git-send-email-efraim@flashner.co.il> <1447150040-10401-3-git-send-email-efraim@flashner.co.il> <87fv07t3c3.fsf@gnu.org> <20151116102944.00fbb3b3@debian-netbook> 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]:34998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyJAY-0005ay-8g for guix-devel@gnu.org; Mon, 16 Nov 2015 07:46:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZyJAT-0004eJ-Pq for guix-devel@gnu.org; Mon, 16 Nov 2015 07:46:02 -0500 In-Reply-To: <20151116102944.00fbb3b3@debian-netbook> (Efraim Flashner's message of "Mon, 16 Nov 2015 10:29:44 +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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Efraim Flashner Cc: guix-devel@gnu.org Efraim Flashner skribis: > On Sun, 15 Nov 2015 21:28:12 +0100 > ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > >> Efraim Flashner skribis: >>=20 >> > * gnu/packages/terminals.scm: New file. >> > * gnu-system.am (GNU_SYSTEM_MODULES): Add it.=20=20 >>=20 >> Not sure if it warrants a new file, but I don=E2=80=99t have a better id= ea. > > Agreed, but it didn't seem to really fit in any of the other files. gnome= or gtk seemed like the most likely choice, but it's neither a gnome progra= m or a gtk library. xterm is in xorg.scm, {gnome-,lx,xfce-}terminal are in = gnome/lxde/xfce.scm, terminology in enlightenment.scm. On the other hand, c= -ares in in aria2.scm since that's where it was first needed and there are = other ones like that, or w3m, links and conqeror could all be in a new file= browsers.scm. But without rearranging everything, making more genericly na= med files going forward is probably the best bet. Yeah. It=E2=80=99s not always easy to find a category that makes sense. > From dc5bb6c298074949d90bf30be31946c783304827 Mon Sep 17 00:00:00 2001 > From: Efraim Flashner > Date: Mon, 24 Aug 2015 22:48:40 +0300 > Subject: [PATCH 2/2] gnu: Add tilda. > > * gnu/packages/terminals.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. OK! Thanks, Ludo=E2=80=99.