Efraim Flashner <efr...@flashner.co.il> skribis: > On Sun, 15 Nov 2015 21:28:12 +0100 > l...@gnu.org (Ludovic Courtès) wrote: > >> Efraim Flashner <efr...@flashner.co.il> skribis: >> >> > * gnu/packages/terminals.scm: New file. >> > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. >> >> Not sure if it warrants a new file, but I don’t have a better idea. > > 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 program 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 named > files going forward is probably the best bet.
Yeah. It’s not always easy to find a category that makes sense. > From dc5bb6c298074949d90bf30be31946c783304827 Mon Sep 17 00:00:00 2001 > From: Efraim Flashner <efr...@flashner.co.il> > 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’.