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-17 12:59:54 +0100 |
commit | 07c203890ea81894bd9e182acf6e7ebc01754440 (patch) | |
tree | 9b6a0c13e83497c231cc12112e756fed36ac0d84 /private | |
parent | e81c3d929a34576c8d249d036447d73f0738653b (diff) |
Include range-v3 as dependency of komodo-wallet
Diffstat (limited to 'private')
-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 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 |