From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d9JMw-0004jc-M5 for guix-patches@gnu.org; Fri, 12 May 2017 18:49:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d9JMs-0006Nm-QY for guix-patches@gnu.org; Fri, 12 May 2017 18:49:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38776) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d9JMs-0006Nb-NM for guix-patches@gnu.org; Fri, 12 May 2017 18:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d9JMs-0005sl-G7 for guix-patches@gnu.org; Fri, 12 May 2017 18:49:02 -0400 Subject: bug#26895: Add the micro editor 'e3' Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) In-Reply-To: <20170512085315.uoazek2qtbbubhfg@abyayala> (ng0@pragmatique.xyz's message of "Fri, 12 May 2017 08:53:15 +0000") References: <20170512085315.uoazek2qtbbubhfg@abyayala> Date: Sat, 13 May 2017 00:48:09 +0200 Message-ID: <8760h566ae.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26895-done@debbugs.gnu.org Hi ng0, ng0 skribis: > From 0d11757fb9fc22aa2928e61b5ad29cce8eb1ec8c Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Thu, 11 May 2017 21:51:54 +0000 > Subject: [PATCH] gnu: Add e3. > > * gnu/packages/text-editors.scm (e3): New variable. I added a snippet to remove the bin/ directory (which contains pre-built binaries), added a =E2=80=98supported-systems=E2=80=99 field, changed =E2= =80=98inputs=E2=80=99 to =E2=80=98native-inputs=E2=80=99, made a couple of cosmetic changes, and com= mitted. :-) Thanks! Ludo=E2=80=99.