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-17 12:59:55 +0100 |
commit | 509c2b813844e294a1758580e88b08314b4594eb (patch) | |
tree | 77230a3cf8b2d3d85a07116f87f442ffa9530e3b | |
parent | be3dfe708c03995159a3cee2112634dd01ba6a7a (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 7964373b4c..19e2a94ff1 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 |