guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: monero: Fix build.


From: guix-commits
Subject: 01/02: gnu: monero: Fix build.
Date: Mon, 23 Aug 2021 10:18:31 -0400 (EDT)

glv pushed a commit to branch core-updates-frozen
in repository guix.

commit 263f5b30d2caa42d494df50108b847b8722e02f5
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Aug 23 15:48:27 2021 +0200

    gnu: monero: Fix build.
    
    * gnu/packages/finance.scm (monero)[source]: Update snippet to include
      missing Boost header.
---
 gnu/packages/finance.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index c5e9039..5e5be21 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -657,6 +657,11 @@ other machines/servers.  Electroncash does not download 
the Bitcoin Cash blockch
             delete-file-recursively
             '("external/miniupnp" "external/rapidjson"
               "external/unbound"))
+           ;; TODO: Remove the following when upgrading to a newer tagged
+           ;; version as it will already contain the fix for Boost 1.76.
+           (substitute* "contrib/epee/include/storages/portable_storage.h"
+             (("#include \"int-util.h\"" all)
+              (string-append all "\n#include <boost/mpl/contains.hpp>")))
            #t))
        (sha256
         (base32 "0jwlmrpzisvw1c06cvd5b3s3hd4w0pa1qmrypfwah67qj3x6hnb6"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]