From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34224) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iyL4G-0004oA-Qy for guix-patches@gnu.org; Sun, 02 Feb 2020 14:38:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iyL4F-0001kW-OJ for guix-patches@gnu.org; Sun, 02 Feb 2020 14:38:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:34602) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iyL4F-0001kN-Jk for guix-patches@gnu.org; Sun, 02 Feb 2020 14:38:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iyL4E-0006sS-Fz for guix-patches@gnu.org; Sun, 02 Feb 2020 14:38:02 -0500 Subject: [bug#39312] gnu: Add chatty.[v2] Resent-Message-ID: Date: Sun, 2 Feb 2020 14:37:36 -0500 From: Leo Famulari Message-ID: <20200202193736.GA24535@jasmine.lan> References: <77f67f99-44e6-6464-cf96-62eec29493d6@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: Jonathan Brielmaier Cc: 39312@debbugs.gnu.org On Fri, Jan 31, 2020 at 05:04:52PM +0100, Jonathan Brielmaier wrote: > This time patch v2 without purple-mm-sms, as it's not included yet. Okay! > From 87e4b48eae543d53c7d80bf031dd93671186e45f Mon Sep 17 00:00:00 2001 > From: Jonathan Brielmaier > Date: Thu, 23 Jan 2020 21:32:39 +0100 > Subject: [PATCH] gnu: Add chatty. > > * gnu/packages/messaging.scm (chatty): New variable. > --- > gnu/packages/messaging.scm | 35 +++++++++++++++++++++++++++++++++++ > 1 file changed, 35 insertions(+) > > diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm > index 5754c7ce08..1dba50d55c 100644 > --- a/gnu/packages/messaging.scm > +++ b/gnu/packages/messaging.scm > @@ -2041,4 +2041,39 @@ support for high performance Telegram Bot creation.") > (home-page "https://source.puri.sm/Librem5/purple-mm-sms") > (license license:gpl2+))) > > +(define-public chatty Except that it's still part of the context of this patch (the first two lines) and so the patch doesn't apply. Can you send a v3?