diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-16 12:47:19 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-20 12:35:18 +0100 |
commit | d9acb7f23d03a869aca555323d98cfbb86740a32 (patch) | |
tree | ec7ae1e13a8402629d23e726c5d68238496a5f18 | |
parent | 9f3874f7efdf3dbd93c13d3a79874de858325cff (diff) |
Include boost as dependency of komodo-wallet
-rw-r--r-- | private/komodo/komodo.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/private/komodo/komodo.scm b/private/komodo/komodo.scm index 2ebbe74..c5ce9f6 100644 --- a/private/komodo/komodo.scm +++ b/private/komodo/komodo.scm @@ -1,5 +1,6 @@ (define-module (komodo) #:use-module (cpprestsdk) + #:use-module (gnu packages boost) #:use-module (gnu packages calendar) #:use-module (gnu packages check) #:use-module (gnu packages compression) @@ -52,7 +53,7 @@ #~ (list "-DFETCHCONTENT_FULLY_DISCONNECTED=ON"))) (native-inputs (list - cpprestsdk date doctest entt fmt git nlohmann-json openssl range-v3 + boost cpprestsdk date doctest entt fmt git nlohmann-json openssl range-v3 spdlog zlib)) (synopsis "Komodo Wallet Desktop GUI") (description |