From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50481) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j34ux-0001iH-1K for guix-patches@gnu.org; Sat, 15 Feb 2020 16:24:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j34uw-0005hz-0A for guix-patches@gnu.org; Sat, 15 Feb 2020 16:24:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:58707) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j34uv-0005hP-TH for guix-patches@gnu.org; Sat, 15 Feb 2020 16:24:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j34uv-0005Z3-Pa for guix-patches@gnu.org; Sat, 15 Feb 2020 16:24:01 -0500 Subject: [bug#39619] [PATCH 0/4] Add nheko matrix client Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:50463) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j34ur-0001iD-5r for guix-patches@gnu.org; Sat, 15 Feb 2020 16:23:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j34up-0005WG-RH for guix-patches@gnu.org; Sat, 15 Feb 2020 16:23:57 -0500 Received: from mail-wr1-x432.google.com ([2a00:1450:4864:20::432]:39139) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j34up-0005U3-LY for guix-patches@gnu.org; Sat, 15 Feb 2020 16:23:55 -0500 Received: by mail-wr1-x432.google.com with SMTP id y11so15102357wrt.6 for ; Sat, 15 Feb 2020 13:23:55 -0800 (PST) From: nixo Date: Sat, 15 Feb 2020 22:23:05 +0100 Message-Id: <20200215212305.20862-1-nicolo@nixo.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: 39619@debbugs.gnu.org Cc: nixo Hello Guix! Nheko is a well-known desktop matrix client. I'm using nheko-reborn like others are doing [1] since mujx/nheko is abandoned. This patch series adds the program and its missing dependencies mtxclient, lmdbxx and, tweeny. Guix lint does not complain, and I've checked and not found non-determinism problems on two different (x64) computers (not tested on other architectures). Thanks! Nicolò [1] https://repology.org/project/nheko/information nixo (4): gnu: Add mtxclient. gnu: Add tweeny. gnu: Add lmdbxx. gnu: Add nheko. gnu/packages/cpp.scm | 28 ++++++++ gnu/packages/databases.scm | 31 ++++++++- gnu/packages/messaging.scm | 139 ++++++++++++++++++++++++++++++++++++- 3 files changed, 195 insertions(+), 3 deletions(-) -- 2.25.0