diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-16 09:45:43 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-20 12:35:17 +0100 |
commit | 66f34078689c54a158060405c66aff553f1ab698 (patch) | |
tree | 5e6fc699264e7620df4004693c5010157157fd5f /private/komodo/komodo.scm | |
parent | db4a49bcbc8da539fb4db078966cfd6e3927abfc (diff) |
Define and include cpprestsdk as dependency of komodo-wallet
Diffstat (limited to 'private/komodo/komodo.scm')
-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 51f730f..21cab55 100644 --- a/private/komodo/komodo.scm +++ b/private/komodo/komodo.scm @@ -1,4 +1,5 @@ (define-module (komodo) + #:use-module (cpprestsdk) #:use-module (gnu packages calendar) #:use-module (gnu packages check) #:use-module (gnu packages cpp) @@ -48,7 +49,7 @@ #:configure-flags #~ (list "-DFETCHCONTENT_FULLY_DISCONNECTED=ON"))) (native-inputs - (list date doctest entt fmt git nlohmann-json range-v3 spdlog)) + (list cpprestsdk date doctest entt fmt git nlohmann-json range-v3 spdlog)) (synopsis "Komodo Wallet Desktop GUI") (description (string-append |