gnu: monero: Fix build.
* gnu/packages/finance.scm (monero)[source]: Update snippet to include missing Boost header.
This commit is contained in:
parent
210949fdc2
commit
263f5b30d2
@ -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"))))
|
||||
|
Loading…
Reference in New Issue
Block a user