From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqjZ3-0002HR-8X for guix-patches@gnu.org; Sat, 09 Sep 2017 13:29:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqjZ0-0002nT-5U for guix-patches@gnu.org; Sat, 09 Sep 2017 13:29:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49088) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dqjZ0-0002nL-24 for guix-patches@gnu.org; Sat, 09 Sep 2017 13:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dqjYz-0002g6-Qm for guix-patches@gnu.org; Sat, 09 Sep 2017 13:29:01 -0400 Subject: [bug#28401] [PATCH 0/2] gnu: Add monero. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqik9-0008Dv-5N for guix-patches@gnu.org; Sat, 09 Sep 2017 12:36:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqik4-0000oc-4s for guix-patches@gnu.org; Sat, 09 Sep 2017 12:36:29 -0400 Received: from mx2.mailbox.org ([80.241.60.215]:54409) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dqik3-0000oK-UN for guix-patches@gnu.org; Sat, 09 Sep 2017 12:36:24 -0400 From: Theodoros Foradis Message-ID: <87o9qjesvl.fsf@foradis.org> Date: Sat, 09 Sep 2017 19:35:41 +0300 MIME-Version: 1.0 Content-Type: text/plain 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: 28401@debbugs.gnu.org Hello Guix, this patch set adds clients (cli and gui) for Monero, a private digital currency. As I mention in comments in source, monero package bundles easylogging++ and lmdb. The bundled easylogging++ is modified, and the changes will not be upstreamed. The devs deem the lmdb driver too critical a consenus component, to use the system's dynamically linked library (plus there's not even the option in the build system to use it). The other bundled dependencies we delete and not use. As far as monero-core is concerned (the gui), I did not manage to get it to build with the modular qt. Should this be added in the source as a TODO item? Theodoros Foradis(2): gnu: Add monero-core. gnu: Add monero. gnu/packages/finance.scm | 183 ++++++++++++++++++++++++ 1 file changed, 183 insertions(+) -- Theodoros Foradis