From 263f5b30d2caa42d494df50108b847b8722e02f5 Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Mon, 23 Aug 2021 15:48:27 +0200 Subject: 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 c5e9039735..5e5be2170c 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 "))) #t)) (sha256 (base32 "0jwlmrpzisvw1c06cvd5b3s3hd4w0pa1qmrypfwah67qj3x6hnb6")))) -- cgit v1.2.3