diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-16 13:29:47 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-20 12:35:18 +0100 |
commit | 8d1fa49a1751f9003a6d04835677f3ada4875f78 (patch) | |
tree | f8d97358595e1405e97e4beae112a84adba09c7e | |
parent | 82baf46ad787734000e313daa985afc8c43b8c55 (diff) |
Include qtsvg-5 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 1cd3abd..7964373 100644 --- a/private/komodo/komodo.scm +++ b/private/komodo/komodo.scm @@ -55,7 +55,7 @@ (native-inputs (list boost cpprestsdk date doctest entt fmt git nlohmann-json openssl - qtdeclarative-5 qttools-5 range-v3 spdlog zlib)) + qtdeclarative-5 qttools-5 qtsvg-5 range-v3 spdlog zlib)) (synopsis "Komodo Wallet Desktop GUI") (description (string-append |