diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-16 08:59:54 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-20 12:35:17 +0100 |
commit | b6c947bddd6c3d89e0f5f390e7d7e4c0e590afd0 (patch) | |
tree | 76f09758e6539932a703d572ec05caaff19cfd44 | |
parent | bcecba6e42efe0eee11a96db54fa8af49fbf0ec4 (diff) |
Include range-v3 as dependency of komodo-wallet
-rw-r--r-- | private/komodo/komodo.scm | 2 |
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 |