summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-03-16 08:59:54 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-03-17 12:59:54 +0100
commit07c203890ea81894bd9e182acf6e7ebc01754440 (patch)
tree9b6a0c13e83497c231cc12112e756fed36ac0d84
parente81c3d929a34576c8d249d036447d73f0738653b (diff)
Include range-v3 as dependency of komodo-wallet
-rw-r--r--private/komodo/komodo.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/private/komodo/komodo.scm b/private/komodo/komodo.scm
index 653735c7d7..ef7840b3e8 100644
--- a/private/komodo/komodo.scm
+++ b/private/komodo/komodo.scm
@@ -44,7 +44,7 @@
"# include(vcpkg_prerequisites)")))))
#:configure-flags
#~ (list "-DFETCHCONTENT_FULLY_DISCONNECTED=ON")))
- (native-inputs (list entt fmt git nlohmann-json))
+ (native-inputs (list entt fmt git nlohmann-json range-v3))
(synopsis "Komodo Wallet Desktop GUI")
(description
(string-append