diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-16 09:01:51 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-20 12:35:17 +0100 |
commit | c32a3cbf9e198ada366194e9329c698e19e61649 (patch) | |
tree | 9acc496c1e1e4203b65854fb55f333c2bc8056bd | |
parent | b6c947bddd6c3d89e0f5f390e7d7e4c0e590afd0 (diff) |
Include date 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 ef7840b..26da719 100644 --- a/private/komodo/komodo.scm +++ b/private/komodo/komodo.scm @@ -1,4 +1,5 @@ (define-module (komodo) + #:use-module (gnu packages calendar) #:use-module (gnu packages cpp) #:use-module (gnu packages game-development) #:use-module (gnu packages pretty-print) @@ -44,7 +45,7 @@ "# include(vcpkg_prerequisites)"))))) #:configure-flags #~ (list "-DFETCHCONTENT_FULLY_DISCONNECTED=ON"))) - (native-inputs (list entt fmt git nlohmann-json range-v3)) + (native-inputs (list date entt fmt git nlohmann-json range-v3)) (synopsis "Komodo Wallet Desktop GUI") (description (string-append |