From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51889) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iajoO-0006t7-Ec for guix-patches@gnu.org; Fri, 29 Nov 2019 12:12:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iajoK-0002mh-BJ for guix-patches@gnu.org; Fri, 29 Nov 2019 12:12:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:55769) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iajoJ-0002cN-P6 for guix-patches@gnu.org; Fri, 29 Nov 2019 12:12:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iajoH-00063R-Jt for guix-patches@gnu.org; Fri, 29 Nov 2019 12:12:01 -0500 Subject: [bug#38326] [PATCH 2/2] gnu: Add emacs-telega. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87k17rviy8.fsf@posteo.net> Date: Fri, 29 Nov 2019 18:11:14 +0100 In-Reply-To: <87k17rviy8.fsf@posteo.net> (Brett Gilio's message of "Fri, 22 Nov 2019 12:56:15 -0600") Message-ID: <87mucer4jx.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: Brett Gilio Cc: 38326@debbugs.gnu.org Hi Brett, Brett Gilio skribis: >>>From c632d01dd48f89dab2822d5a81d091ca68b43c62 Mon Sep 17 00:00:00 2001 > From: Brett Gilio > Date: Fri, 22 Nov 2019 12:54:44 -0600 > Subject: [PATCH 2/2] gnu: Add emacs-telega. > > * gnu/packages/emacs-xyz.scm (emacs-telega): New variable. > --- > gnu/packages/emacs-xyz.scm | 58 ++++++++++++++++++++++++++++++++++++++ > 1 file changed, 58 insertions(+) > > diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm > index 0caf12a423..7ff53ecf1e 100644 > --- a/gnu/packages/emacs-xyz.scm > +++ b/gnu/packages/emacs-xyz.scm > @@ -114,6 +114,7 @@ > #:use-module (gnu packages image) > #:use-module (gnu packages linux) > #:use-module (gnu packages libevent) > + #:use-module (gnu packages messaging) > #:use-module (gnu packages music) We have a problem (not your fault!): applying this hunk on top of current master breaks it all, due to circular top-level references in the modules. I haven=E2=80=99t been able to spend much time investigating, but we first = need to find out where that comes from. Ludo=E2=80=99.