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-20 12:35:17 +0100
commitb6c947bddd6c3d89e0f5f390e7d7e4c0e590afd0 (patch)
tree76f09758e6539932a703d572ec05caaff19cfd44
parentbcecba6e42efe0eee11a96db54fa8af49fbf0ec4 (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 653735c..ef7840b 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