diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-16 08:57:35 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-17 12:59:54 +0100 |
commit | e81c3d929a34576c8d249d036447d73f0738653b (patch) | |
tree | 6ddf55948e646ba9e894fe2bd66f09c236efabae /private | |
parent | a6832a928e73ae6e4afd2b67a3446ab790a1dd91 (diff) |
Include nlohmann-json as dependency of komodo-wallet
Diffstat (limited to 'private')
-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 a4d8ff270e..653735c7d7 100644 --- a/private/komodo/komodo.scm +++ b/private/komodo/komodo.scm @@ -1,4 +1,5 @@ (define-module (komodo) + #:use-module (gnu packages cpp) #:use-module (gnu packages game-development) #:use-module (gnu packages pretty-print) #:use-module (gnu packages version-control) @@ -43,7 +44,7 @@ "# include(vcpkg_prerequisites)"))))) #:configure-flags #~ (list "-DFETCHCONTENT_FULLY_DISCONNECTED=ON"))) - (native-inputs (list entt fmt git)) + (native-inputs (list entt fmt git nlohmann-json)) (synopsis "Komodo Wallet Desktop GUI") (description (string-append |