From a2ef38478bf6f18bcb30334bcb1c058c52506457 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 24 Mar 2024 09:11:32 +0100 Subject: komodo: add nlohmann/json header to another header: fixes compilation error --- packages/komodo/komodo.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'packages/komodo/komodo.scm') diff --git a/packages/komodo/komodo.scm b/packages/komodo/komodo.scm index baead0d..477b16d 100644 --- a/packages/komodo/komodo.scm +++ b/packages/komodo/komodo.scm @@ -261,6 +261,11 @@ (("doom::meta") "doom_meta"))) +(define include-nlohmann + `(substitute* "src/core/atomicdex/config/electrum.cfg.hpp" + (("STD") + "STD\n#include "))) + (define remove-unity `(substitute* "src/CMakeLists.txt" (("UNITY_BUILD ON") @@ -283,7 +288,8 @@ ,replace-vcpkg ,fix-date ,fix-doom-meta - ,remove-unity)) + ,remove-unity + ,include-nlohmann)) (define entt-komodo-content-hash-get (content-hash (base32 entt-komodo-hash))) -- cgit v1.2.3