diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-16 13:30:59 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-20 12:35:18 +0100 |
commit | 7d334f9bea3a160a23172d5e44a294f2090c316d (patch) | |
tree | 000990556b30a6ff382f29f86d67eb53b4b48d90 | |
parent | 8d1fa49a1751f9003a6d04835677f3ada4875f78 (diff) |
Include qtcharts 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 7964373..19e2a94 100644 --- a/private/komodo/komodo.scm +++ b/private/komodo/komodo.scm @@ -54,7 +54,7 @@ #~ (list "-DFETCHCONTENT_FULLY_DISCONNECTED=ON"))) (native-inputs (list - boost cpprestsdk date doctest entt fmt git nlohmann-json openssl + boost cpprestsdk date doctest entt fmt git nlohmann-json openssl qtcharts qtdeclarative-5 qttools-5 qtsvg-5 range-v3 spdlog zlib)) (synopsis "Komodo Wallet Desktop GUI") (description |