diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-16 13:27:19 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-17 12:59:55 +0100 |
commit | e4851e7889b67e77c7dac28ebfdbcaeb00600a06 (patch) | |
tree | 756c772b922e33982caaee0b136ec8d06292f668 /private | |
parent | 54a3c1bd561832a57164cf74f8a001039637176e (diff) |
Include qtdeclarative-5 as dependency of komodo-wallet
Diffstat (limited to 'private')
-rw-r--r-- | private/komodo/komodo.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/private/komodo/komodo.scm b/private/komodo/komodo.scm index f67e4f6a0a..7bd3d012e8 100644 --- a/private/komodo/komodo.scm +++ b/private/komodo/komodo.scm @@ -8,6 +8,7 @@ #:use-module (gnu packages game-development) #:use-module (gnu packages logging) #:use-module (gnu packages pretty-print) + #:use-module (gnu packages qt) #:use-module (gnu packages tls) #:use-module (gnu packages version-control) #:use-module (guix build utils) @@ -53,8 +54,8 @@ #~ (list "-DFETCHCONTENT_FULLY_DISCONNECTED=ON"))) (native-inputs (list - boost cpprestsdk date doctest entt fmt git nlohmann-json openssl range-v3 - spdlog zlib)) + boost cpprestsdk date doctest entt fmt git nlohmann-json openssl + qtdeclarative-5 range-v3 spdlog zlib)) (synopsis "Komodo Wallet Desktop GUI") (description (string-append |