summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-03-16 09:01:51 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-03-17 12:59:54 +0100
commitc5fa69227ad5e092991d72b82ad8141e37379e76 (patch)
treebc69f08a48eb6aadd9ee677c01fc0322156935f3
parent07c203890ea81894bd9e182acf6e7ebc01754440 (diff)
Include date as dependency of komodo-wallet
-rw-r--r--private/komodo/komodo.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/private/komodo/komodo.scm b/private/komodo/komodo.scm
index ef7840b3e8..26da719e06 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